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