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