summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/xgettext-c-4
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/xgettext-c-4')
-rwxr-xr-xgettext-tools/tests/xgettext-c-42
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/xgettext-c-4 b/gettext-tools/tests/xgettext-c-4
index 290fb32..e5520dd 100755
--- a/gettext-tools/tests/xgettext-c-4
+++ b/gettext-tools/tests/xgettext-c-4
@@ -14,7 +14,7 @@ tmpfiles="$tmpfiles xg-c-4.tmp.po xg-c-4.po"
: ${XGETTEXT=xgettext}
${XGETTEXT} --omit-header --no-location --trigraphs -d xg-c-4.tmp xg-c-4.in.c
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
-tr -d '\r' < xg-c-4.tmp.po > xg-c-4.po
+LC_ALL=C tr -d '\r' < xg-c-4.tmp.po > xg-c-4.po
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles xg-c-4.ok"