summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgattrib-3
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msgattrib-3')
-rwxr-xr-xgettext-tools/tests/msgattrib-32
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgattrib-3 b/gettext-tools/tests/msgattrib-3
index 8766e5c..2d6ca7f 100755
--- a/gettext-tools/tests/msgattrib-3
+++ b/gettext-tools/tests/msgattrib-3
@@ -60,7 +60,7 @@ tmpfiles="$tmpfiles ma-test3.tmp ma-test3.out"
: ${MSGATTRIB=msgattrib}
${MSGATTRIB} --no-fuzzy -o ma-test3.tmp ma-test3.po
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
-tr -d '\r' < ma-test3.tmp > ma-test3.out
+LC_ALL=C tr -d '\r' < ma-test3.tmp > ma-test3.out
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles ma-test3.ok"