diff options
Diffstat (limited to 'gettext-tools/tests/format-c-4')
-rwxr-xr-x | gettext-tools/tests/format-c-4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gettext-tools/tests/format-c-4 b/gettext-tools/tests/format-c-4 index edfdc4e..3ab9ddc 100755 --- a/gettext-tools/tests/format-c-4 +++ b/gettext-tools/tests/format-c-4 @@ -4,8 +4,8 @@ # Test ISO C 99 <inttypes.h> format string directives with plural forms. : ${XGETTEXT=xgettext} -${XGETTEXT} -o fc4.tmp --omit-header --no-location "$abs_srcdir"/format-c-4-prg.c || exit 1 -LC_ALL=C tr -d '\r' < fc4.tmp > fc4.pot || exit 1 +${XGETTEXT} -o fc4.tmp --omit-header --no-location "$abs_srcdir"/format-c-4-prg.c || Exit 1 +LC_ALL=C tr -d '\r' < fc4.tmp > fc4.pot || Exit 1 cat <<EOF > fc4.ok #, c-format @@ -16,7 +16,7 @@ msgstr[1] "" EOF : ${DIFF=diff} -${DIFF} fc4.ok fc4.pot || exit 1 +${DIFF} fc4.ok fc4.pot || Exit 1 cat <<EOF > fc4-de.po #, c-format @@ -34,11 +34,11 @@ test -d fc4-dir/de/LC_MESSAGES || mkdir fc4-dir/de/LC_MESSAGES ${MSGFMT} -o fc4-dir/de/LC_MESSAGES/fc4.mo fc4-de.po : ${MSGUNFMT=msgunfmt} -${MSGUNFMT} -o fc4-de.po.tmp fc4-dir/de/LC_MESSAGES/fc4.mo || exit 1 -LC_ALL=C tr -d '\r' < fc4-de.po.tmp > fc4-de.po.un || exit 1 +${MSGUNFMT} -o fc4-de.po.tmp fc4-dir/de/LC_MESSAGES/fc4.mo || Exit 1 +LC_ALL=C tr -d '\r' < fc4-de.po.tmp > fc4-de.po.un || Exit 1 : ${DIFF=diff} -${DIFF} fc4-de.po fc4-de.po.un || exit 1 +${DIFF} fc4-de.po fc4-de.po.un || Exit 1 LANGUAGE= ../fc4 de_DE result=$? |