diff options
Diffstat (limited to 'gettext-tools/tests/msgexec-6')
-rwxr-xr-x | gettext-tools/tests/msgexec-6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgexec-6 b/gettext-tools/tests/msgexec-6 index acea8bc..0edccf9 100755 --- a/gettext-tools/tests/msgexec-6 +++ b/gettext-tools/tests/msgexec-6 @@ -72,7 +72,7 @@ LC_ALL=C \ ${MSGEXEC} --newline -i mex-test6.po ./mex-test6.sh > mex-test6.out 2> mex-test6.err result=$? cat mex-test6.err | grep -v 'warning: Locale charset' | grep -v '^ ' -test $result = 0 || { exit 1; } +test $result = 0 || { Exit 1; } cat <<\EOF > mex-test6.ok ========================= mex-test6.po:4 ========================= |