diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-3')
-rwxr-xr-x | gettext-tools/tests/msgcomm-3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcomm-3 b/gettext-tools/tests/msgcomm-3 index d5871e5..67baccd 100755 --- a/gettext-tools/tests/msgcomm-3 +++ b/gettext-tools/tests/msgcomm-3 @@ -17,8 +17,8 @@ EOF : ${MSGCOMM=msgcomm} ${MSGCOMM} --more-than=0 --omit-header -o mcomm-test3.tmp \ - mcomm-test3.in1 mcomm-test3.in2 || exit 1 -LC_ALL=C tr -d '\r' < mcomm-test3.tmp > mcomm-test3.out || exit 1 + mcomm-test3.in1 mcomm-test3.in2 || Exit 1 +LC_ALL=C tr -d '\r' < mcomm-test3.tmp > mcomm-test3.out || Exit 1 cat << EOF > mcomm-test3.ok #: first.c:123 |