diff options
Diffstat (limited to 'gettext-tools/tests/msgmerge-5')
-rwxr-xr-x | gettext-tools/tests/msgmerge-5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgmerge-5 b/gettext-tools/tests/msgmerge-5 index db90c6f..0b25be2 100755 --- a/gettext-tools/tests/msgmerge-5 +++ b/gettext-tools/tests/msgmerge-5 @@ -41,8 +41,8 @@ LC_MESSAGES=C LC_ALL= \ ${MSGMERGE} -q -o mm-test5.tmp mm-test5.in1.po mm-test5.in2.po >mm-test5.err 2>&1 result=$? cat mm-test5.err | grep -v 'warning: Charset' | grep -v '^ ' -test $result = 0 || { exit 1; } -LC_ALL=C tr -d '\r' < mm-test5.tmp > mm-test5.out || exit 1 +test $result = 0 || { Exit 1; } +LC_ALL=C tr -d '\r' < mm-test5.tmp > mm-test5.out || Exit 1 cat <<EOF > mm-test5.ok # SOME DESCRIPTIVE TITLE. |