diff options
Diffstat (limited to 'gettext-tools/tests/msgcat-11')
-rwxr-xr-x | gettext-tools/tests/msgcat-11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcat-11 b/gettext-tools/tests/msgcat-11 index 24854b6..0f6a05a 100755 --- a/gettext-tools/tests/msgcat-11 +++ b/gettext-tools/tests/msgcat-11 @@ -31,8 +31,8 @@ msgstr "immer" EOF : ${MSGCAT=msgcat} -${MSGCAT} -o mcat-test11.tmp mcat-test11.in || exit 1 -LC_ALL=C tr -d '\r' < mcat-test11.tmp > mcat-test11.out || exit 1 +${MSGCAT} -o mcat-test11.tmp mcat-test11.in || Exit 1 +LC_ALL=C tr -d '\r' < mcat-test11.tmp > mcat-test11.out || Exit 1 : ${DIFF=diff} ${DIFF} mcat-test11.in mcat-test11.out |