diff options
Diffstat (limited to 'gettext-tools/tests/msggrep-9')
-rwxr-xr-x | gettext-tools/tests/msggrep-9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msggrep-9 b/gettext-tools/tests/msggrep-9 index 9be93d3..207f69e 100755 --- a/gettext-tools/tests/msggrep-9 +++ b/gettext-tools/tests/msggrep-9 @@ -159,8 +159,8 @@ LC_MESSAGES=C LC_ALL= \ ${MSGGREP} -K -e 'argument$' -o mg-test9.tmp mg-test9.po > mg-test9.err 2>&1 result=$? cat mg-test9.err | grep -v 'warning: Locale charset' | grep -v '^ ' -test $result = 0 || { exit 1; } -LC_ALL=C tr -d '\r' < mg-test9.tmp > mg-test9.out || exit 1 +test $result = 0 || { Exit 1; } +LC_ALL=C tr -d '\r' < mg-test9.tmp > mg-test9.out || Exit 1 cat <<\EOF > mg-test9.ok # German translations for GNU gettext package. |