diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-16')
-rwxr-xr-x | gettext-tools/tests/msgcomm-16 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcomm-16 b/gettext-tools/tests/msgcomm-16 index f0a3b13..6b7f6f3 100755 --- a/gettext-tools/tests/msgcomm-16 +++ b/gettext-tools/tests/msgcomm-16 @@ -58,8 +58,8 @@ ${MSGCOMM} --more-than=0 -o mcomm-test16.tmp \ mcomm-test16.in1 mcomm-test16.in2 >mcomm-test16.err 2>&1 result=$? cat mcomm-test16.err | grep -v 'warning: .* encodings' | grep -v '^ ' -test $result = 0 || { exit 1; } -LC_ALL=C tr -d '\r' < mcomm-test16.tmp > mcomm-test16.out || exit 1 +test $result = 0 || { Exit 1; } +LC_ALL=C tr -d '\r' < mcomm-test16.tmp > mcomm-test16.out || Exit 1 cat << \EOF > mcomm-test16.ok # German message file for xyz. |