diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-28')
-rwxr-xr-x | gettext-tools/tests/msgcomm-28 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcomm-28 b/gettext-tools/tests/msgcomm-28 index 665ab0a..48f7761 100755 --- a/gettext-tools/tests/msgcomm-28 +++ b/gettext-tools/tests/msgcomm-28 @@ -17,8 +17,8 @@ EOF : ${MSGCOMM=msgcomm} ${MSGCOMM} --add-location=file --more-than=0 \ - -o mcomm-test28.tmp mcomm-test28.in1 mcomm-test28.in2 || exit 1 -LC_ALL=C tr -d '\r' < mcomm-test28.tmp > mcomm-test28.out || exit 1 + -o mcomm-test28.tmp mcomm-test28.in1 mcomm-test28.in2 || Exit 1 +LC_ALL=C tr -d '\r' < mcomm-test28.tmp > mcomm-test28.out || Exit 1 cat << EOF > mcomm-test28.ok #: first.c |