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