summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgfmt-18
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msgfmt-18')
-rwxr-xr-xgettext-tools/tests/msgfmt-184
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; }