summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgfmt-qt-1
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msgfmt-qt-1')
-rwxr-xr-xgettext-tools/tests/msgfmt-qt-12
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgfmt-qt-1 b/gettext-tools/tests/msgfmt-qt-1
index f5dff9d..0308580 100755
--- a/gettext-tools/tests/msgfmt-qt-1
+++ b/gettext-tools/tests/msgfmt-qt-1
@@ -4,7 +4,7 @@
# Test output in Qt .qm format.
: ${MSGFMT=msgfmt}
-${MSGFMT} --qt -o mf-qt-1.qm "$abs_srcdir"/qttest_pl.po || exit 1
+${MSGFMT} --qt -o mf-qt-1.qm "$abs_srcdir"/qttest_pl.po || Exit 1
: ${CMP=cmp}
${CMP} "$abs_srcdir"/qttest_pl.qm mf-qt-1.qm >/dev/null 2>/dev/null