diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-23')
-rwxr-xr-x | gettext-tools/tests/msgcomm-23 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcomm-23 b/gettext-tools/tests/msgcomm-23 index c9d7846..873ba6c 100755 --- a/gettext-tools/tests/msgcomm-23 +++ b/gettext-tools/tests/msgcomm-23 @@ -7,8 +7,8 @@ cp "$abs_srcdir"/msguniq-a.in mcomm-23.in1 cp "$abs_srcdir"/msguniq-a.in mcomm-23.in2 : ${MSGCOMM=msgcomm} -${MSGCOMM} -w 1000 -o mcomm-23.tmp mcomm-23.in1 mcomm-23.in2 || exit 1 -LC_ALL=C tr -d '\r' < mcomm-23.tmp > mcomm-23.out || exit 1 +${MSGCOMM} -w 1000 -o mcomm-23.tmp mcomm-23.in1 mcomm-23.in2 || Exit 1 +LC_ALL=C tr -d '\r' < mcomm-23.tmp > mcomm-23.out || Exit 1 : ${DIFF=diff} ${DIFF} "$abs_srcdir"/msguniq-a.out mcomm-23.out |