diff options
Diffstat (limited to 'gettext-tools/tests/msgunfmt-3')
-rwxr-xr-x | gettext-tools/tests/msgunfmt-3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgunfmt-3 b/gettext-tools/tests/msgunfmt-3 index ce54a8f..42dc1cc 100755 --- a/gettext-tools/tests/msgunfmt-3 +++ b/gettext-tools/tests/msgunfmt-3 @@ -7,6 +7,6 @@ for n in 1 2 3 4 5 6; do LANGUAGE= LC_ALL=C ${MSGUNFMT} "$abs_srcdir"/overflow-$n.mo 2>mu-3.err >/dev/null - test $? != 0 || exit 1 - grep ' is truncated' mu-3.err >/dev/null || exit 1 + test $? != 0 || Exit 1 + grep ' is truncated' mu-3.err >/dev/null || Exit 1 done |