summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgattrib-17
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msgattrib-17')
-rwxr-xr-xgettext-tools/tests/msgattrib-172
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgattrib-17 b/gettext-tools/tests/msgattrib-17
index 3d30aef..0409c3a 100755
--- a/gettext-tools/tests/msgattrib-17
+++ b/gettext-tools/tests/msgattrib-17
@@ -48,7 +48,7 @@ tmpfiles="$tmpfiles ma-test17.tmp ma-test17.out"
: ${MSGATTRIB=msgattrib}
${MSGATTRIB} --clear-previous -o ma-test17.tmp ma-test17.po
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
-tr -d '\r' < ma-test17.tmp > ma-test17.out
+LC_ALL=C tr -d '\r' < ma-test17.tmp > ma-test17.out
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles ma-test17.ok"