summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgcomm-2
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msgcomm-2')
-rwxr-xr-xgettext-tools/tests/msgcomm-22
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgcomm-2 b/gettext-tools/tests/msgcomm-2
index 86810f7..8c3c266 100755
--- a/gettext-tools/tests/msgcomm-2
+++ b/gettext-tools/tests/msgcomm-2
@@ -23,7 +23,7 @@ tmpfiles="$tmpfiles mcomm-test2.tmp mcomm-test2.out"
${MSGCOMM} --more-than=0 --no-location -o mcomm-test2.tmp \
mcomm-test2.in1 mcomm-test2.in2
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
-tr -d '\r' < mcomm-test2.tmp > mcomm-test2.out
+LC_ALL=C tr -d '\r' < mcomm-test2.tmp > mcomm-test2.out
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles mcomm-test2.ok"