diff options
Diffstat (limited to 'gettext-tools/tests/msgmerge-19')
-rwxr-xr-x | gettext-tools/tests/msgmerge-19 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gettext-tools/tests/msgmerge-19 b/gettext-tools/tests/msgmerge-19 index 740b7ae..9f54dc1 100755 --- a/gettext-tools/tests/msgmerge-19 +++ b/gettext-tools/tests/msgmerge-19 @@ -77,8 +77,8 @@ msgstr "" EOF : ${MSGMERGE=msgmerge} -${MSGMERGE} -q --previous -o mm-test19.tmp.po mm-test19.po mm-test19.pot || exit 1 -LC_ALL=C tr -d '\r' < mm-test19.tmp.po > mm-test19.new1.po || exit 1 +${MSGMERGE} -q --previous -o mm-test19.tmp.po mm-test19.po mm-test19.pot || Exit 1 +LC_ALL=C tr -d '\r' < mm-test19.tmp.po > mm-test19.new1.po || Exit 1 cat <<\EOF > mm-test19.ok1 msgid "" @@ -120,7 +120,7 @@ msgstr "%s: ungültige Option -- %c\n" EOF : ${DIFF=diff} -${DIFF} mm-test19.ok1 mm-test19.new1.po || exit 1 +${DIFF} mm-test19.ok1 mm-test19.new1.po || Exit 1 cat <<\EOF > mm-test19.pot # SOME DESCRIPTIVE TITLE. @@ -161,8 +161,8 @@ msgstr "" EOF : ${MSGMERGE=msgmerge} -${MSGMERGE} -q --previous -o mm-test19.tmp.po mm-test19.new1.po mm-test19.pot || exit 1 -LC_ALL=C tr -d '\r' < mm-test19.tmp.po > mm-test19.new2.po || exit 1 +${MSGMERGE} -q --previous -o mm-test19.tmp.po mm-test19.new1.po mm-test19.pot || Exit 1 +LC_ALL=C tr -d '\r' < mm-test19.tmp.po > mm-test19.new2.po || Exit 1 cat <<\EOF > mm-test19.ok2 msgid "" @@ -203,6 +203,6 @@ msgstr "Argumente fehlen" EOF : ${DIFF=diff} -${DIFF} mm-test19.ok2 mm-test19.new2.po || exit 1 +${DIFF} mm-test19.ok2 mm-test19.new2.po || Exit 1 -exit 0 +Exit 0 |