summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/xgettext-perl-6
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/xgettext-perl-6')
-rwxr-xr-xgettext-tools/tests/xgettext-perl-62
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/xgettext-perl-6 b/gettext-tools/tests/xgettext-perl-6
index cf3f9a4..02b9820 100755
--- a/gettext-tools/tests/xgettext-perl-6
+++ b/gettext-tools/tests/xgettext-perl-6
@@ -71,7 +71,7 @@ tmpfiles="$tmpfiles xg-pl-6.tmp xg-pl-6.pot"
LC_MESSAGES=C LC_ALL= \
${XGETTEXT} --omit-header --no-location -o xg-pl-6.tmp xg-pl-6.pl
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
-tr -d '\r' < xg-pl-6.tmp > xg-pl-6.pot
+LC_ALL=C tr -d '\r' < xg-pl-6.tmp > xg-pl-6.pot
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles xg-pl-6.ok"