diff options
Diffstat (limited to 'gettext-tools/tests/msgfmt-18')
-rwxr-xr-x | gettext-tools/tests/msgfmt-18 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgfmt-18 b/gettext-tools/tests/msgfmt-18 index 3136ce8..cbc8976 100755 --- a/gettext-tools/tests/msgfmt-18 +++ b/gettext-tools/tests/msgfmt-18 @@ -28,8 +28,8 @@ EOF : ${MSGFMT=msgfmt} ${MSGFMT} --check-accelerators -o /dev/null mf-18.po 2>/dev/null -test $? = 1 || { exit 1; } +test $? = 1 || { Exit 1; } : ${MSGFMT=msgfmt} ${MSGFMT} --check-accelerators='_' -o /dev/null mf-18.po 2>/dev/null -test $? = 1 || { exit 1; } +test $? = 1 || { Exit 1; } |