diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-18')
-rwxr-xr-x | gettext-tools/tests/msgcomm-18 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgcomm-18 b/gettext-tools/tests/msgcomm-18 index fd9d95c..ff8c23e 100755 --- a/gettext-tools/tests/msgcomm-18 +++ b/gettext-tools/tests/msgcomm-18 @@ -24,7 +24,7 @@ tmpfiles="$tmpfiles mcomm-test18.tmp mcomm-test18.out" : ${MSGCOMM=msgcomm} ${MSGCOMM} --more-than=0 -o mcomm-test18.tmp mcomm-test18.in1 mcomm-test18.in2 test $? = 0 || { rm -fr $tmpfiles; exit 1; } -tr -d '\r' < mcomm-test18.tmp > mcomm-test18.out +LC_ALL=C tr -d '\r' < mcomm-test18.tmp > mcomm-test18.out test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles mcomm-test18.ok" |