diff options
Diffstat (limited to 'gettext-tools/tests/msgcat-7')
-rwxr-xr-x | gettext-tools/tests/msgcat-7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcat-7 b/gettext-tools/tests/msgcat-7 index 9a11f27..93890e3 100755 --- a/gettext-tools/tests/msgcat-7 +++ b/gettext-tools/tests/msgcat-7 @@ -17,8 +17,8 @@ EOF rm -f mcat-test7.tmp : ${MSGCAT=msgcat} -${MSGCAT} --sort-output -o mcat-test7.tmp mcat-test7.in1 || exit 1 -LC_ALL=C tr -d '\r' < mcat-test7.tmp > mcat-test7.out || exit 1 +${MSGCAT} --sort-output -o mcat-test7.tmp mcat-test7.in1 || Exit 1 +LC_ALL=C tr -d '\r' < mcat-test7.tmp > mcat-test7.out || Exit 1 cat << EOF > mcat-test7.ok #: clients/inst_language.ycp:108 |