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