summaryrefslogtreecommitdiff
path: root/gettext-tools/tests/msgunfmt-1
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msgunfmt-1')
-rwxr-xr-xgettext-tools/tests/msgunfmt-16
1 files changed, 3 insertions, 3 deletions
diff --git a/gettext-tools/tests/msgunfmt-1 b/gettext-tools/tests/msgunfmt-1
index ccde087..76aa6ac 100755
--- a/gettext-tools/tests/msgunfmt-1
+++ b/gettext-tools/tests/msgunfmt-1
@@ -30,11 +30,11 @@ msgstr "second"
EOF
: ${MSGFMT=msgfmt}
-${MSGFMT} -o mu-test1.mo mu-test1.in || exit 1
+${MSGFMT} -o mu-test1.mo mu-test1.in || Exit 1
: ${MSGUNFMT=msgunfmt}
-${MSGUNFMT} -o mu-test1.tmp mu-test1.mo || exit 1
-LC_ALL=C tr -d '\r' < mu-test1.tmp > mu-test1.out || exit 1
+${MSGUNFMT} -o mu-test1.tmp mu-test1.mo || Exit 1
+LC_ALL=C tr -d '\r' < mu-test1.tmp > mu-test1.out || Exit 1
: ${DIFF=diff}
${DIFF} mu-test1.in mu-test1.out