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