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