summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgmerge-compendium-2
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msgmerge-compendium-2')
-rwxr-xr-xgettext-tools/tests/msgmerge-compendium-22
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgmerge-compendium-2 b/gettext-tools/tests/msgmerge-compendium-2
index 65ad975..3613d0a 100755
--- a/gettext-tools/tests/msgmerge-compendium-2
+++ b/gettext-tools/tests/msgmerge-compendium-2
@@ -32,7 +32,7 @@ tmpfiles="$tmpfiles mm-c-2.tmp mm-c-2.out"
: ${MSGMERGE=msgmerge}
${MSGMERGE} -q -C mm-c-2.com -o mm-c-2.tmp mm-c-2.in1 mm-c-2.pot
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
-tr -d '\r' < mm-c-2.tmp > mm-c-2.out
+LC_ALL=C tr -d '\r' < mm-c-2.tmp > mm-c-2.out
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles mm-c-2.ok"