diff options
Diffstat (limited to 'gettext-tools/tests/msgcomm-17')
-rwxr-xr-x | gettext-tools/tests/msgcomm-17 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgcomm-17 b/gettext-tools/tests/msgcomm-17 index 20ad450..d4186b8 100755 --- a/gettext-tools/tests/msgcomm-17 +++ b/gettext-tools/tests/msgcomm-17 @@ -72,7 +72,7 @@ ${MSGCOMM} -u \ -o mcomm-test17.tmp \ mcomm-test17.in1 mcomm-test17.in2 mcomm-test17.in3 test $? = 0 || { rm -fr $tmpfiles; exit 1; } -tr -d '\r' < mcomm-test17.tmp > mcomm-test17.out +LC_ALL=C tr -d '\r' < mcomm-test17.tmp > mcomm-test17.out test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles mcomm-test17.ok" |