diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-19')
-rwxr-xr-x | gettext-tools/tests/msgcomm-19 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcomm-19 b/gettext-tools/tests/msgcomm-19 index 2587bc4..0b693ad 100755 --- a/gettext-tools/tests/msgcomm-19 +++ b/gettext-tools/tests/msgcomm-19 @@ -20,8 +20,8 @@ msgstr "1x" EOF : ${MSGCOMM=msgcomm} -${MSGCOMM} --more-than=0 -o mcomm-test19.tmp mcomm-test19.in1 mcomm-test19.in2 || exit 1 -LC_ALL=C tr -d '\r' < mcomm-test19.tmp > mcomm-test19.out || exit 1 +${MSGCOMM} --more-than=0 -o mcomm-test19.tmp mcomm-test19.in1 mcomm-test19.in2 || Exit 1 +LC_ALL=C tr -d '\r' < mcomm-test19.tmp > mcomm-test19.out || Exit 1 cat << EOF > mcomm-test19.ok # Not sure. |