diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-2')
-rwxr-xr-x | gettext-tools/tests/msgcomm-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcomm-2 b/gettext-tools/tests/msgcomm-2 index ae26bd0..f93d58d 100755 --- a/gettext-tools/tests/msgcomm-2 +++ b/gettext-tools/tests/msgcomm-2 @@ -17,8 +17,8 @@ EOF : ${MSGCOMM=msgcomm} ${MSGCOMM} --more-than=0 --no-location -o mcomm-test2.tmp \ - mcomm-test2.in1 mcomm-test2.in2 || exit 1 -LC_ALL=C tr -d '\r' < mcomm-test2.tmp > mcomm-test2.out || exit 1 + mcomm-test2.in1 mcomm-test2.in2 || Exit 1 +LC_ALL=C tr -d '\r' < mcomm-test2.tmp > mcomm-test2.out || Exit 1 cat << EOF > mcomm-test2.ok msgid "1" |