diff options
Diffstat (limited to 'gettext-tools/tests/msgcat-12')
-rwxr-xr-x | gettext-tools/tests/msgcat-12 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcat-12 b/gettext-tools/tests/msgcat-12 index 31a1528..41182cf 100755 --- a/gettext-tools/tests/msgcat-12 +++ b/gettext-tools/tests/msgcat-12 @@ -44,6 +44,6 @@ EOF rm -f mcat-test12.out : ${MSGCAT=msgcat} ${MSGCAT} -o mcat-test12.out mcat-test12.in1 mcat-test12.in2 2>/dev/null -test $? = 1 || { exit 1; } +test $? = 1 || { Exit 1; } -exit 0 +Exit 0 |