diff options
Diffstat (limited to 'gettext-tools/tests/msgcat-10')
-rwxr-xr-x | gettext-tools/tests/msgcat-10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgcat-10 b/gettext-tools/tests/msgcat-10 index 10aee3a..4af252b 100755 --- a/gettext-tools/tests/msgcat-10 +++ b/gettext-tools/tests/msgcat-10 @@ -66,7 +66,7 @@ rm -f mcat-test10.tmp ${MSGCAT} --more-than=0 -o mcat-test10.tmp \ mcat-test10.in1 mcat-test10.in2 test $? = 0 || { rm -fr $tmpfiles; exit 1; } -tr -d '\r' < mcat-test10.tmp > mcat-test10.out +LC_ALL=C tr -d '\r' < mcat-test10.tmp > mcat-test10.out test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles mcat-test10.ok" |