diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-11')
-rwxr-xr-x | gettext-tools/tests/msgcomm-11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcomm-11 b/gettext-tools/tests/msgcomm-11 index 7994cec..cecee3f 100755 --- a/gettext-tools/tests/msgcomm-11 +++ b/gettext-tools/tests/msgcomm-11 @@ -43,8 +43,8 @@ EOF : ${MSGCOMM=msgcomm} ${MSGCOMM} --more-than=1 --no-location --omit-header -o mcomm-test11.tmp \ - mcomm-test11.in1 mcomm-test11.in2 || exit 1 -LC_ALL=C tr -d '\r' < mcomm-test11.tmp > mcomm-test11.out || exit 1 + mcomm-test11.in1 mcomm-test11.in2 || Exit 1 +LC_ALL=C tr -d '\r' < mcomm-test11.tmp > mcomm-test11.out || Exit 1 cat << EOF > mcomm-test11.ok msgid "1" |