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