diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-12')
-rwxr-xr-x | gettext-tools/tests/msgcomm-12 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcomm-12 b/gettext-tools/tests/msgcomm-12 index 3f494f3..8c7ff78 100755 --- a/gettext-tools/tests/msgcomm-12 +++ b/gettext-tools/tests/msgcomm-12 @@ -65,8 +65,8 @@ EOF # --unique is shorthand for --less-than=2; do we've to test both # switches? Are 'for' loops allowed? -ke- ${MSGCOMM} --less-than=2 --no-location --force-po -o mcomm-test12.tmp \ - mcomm-test12.in1 mcomm-test12.in2 mcomm-test12.in3 || exit 1 -LC_ALL=C tr -d '\r' < mcomm-test12.tmp > mcomm-test12.out || exit 1 + mcomm-test12.in1 mcomm-test12.in2 mcomm-test12.in3 || Exit 1 +LC_ALL=C tr -d '\r' < mcomm-test12.tmp > mcomm-test12.out || Exit 1 cat << EOF > mcomm-test12.ok msgid "" |