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