summaryrefslogtreecommitdiff
path: root/gettext-tools/tests/msgattrib-14
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-04-06 12:28:50 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:38 +0200
commitcec3abadd6f3d52352da75247bbe6764f22a45d7 (patch)
tree87aacfd717f5024519b1c93fbbcd073df1c90976 /gettext-tools/tests/msgattrib-14
parent32aba2cc17fba52bb9379d3a6bc698451c195b74 (diff)
downloadgettext-cec3abadd6f3d52352da75247bbe6764f22a45d7.tar.gz
Avoid testsuite failures on MacOS X 10.5.
Diffstat (limited to 'gettext-tools/tests/msgattrib-14')
-rwxr-xr-xgettext-tools/tests/msgattrib-142
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgattrib-14 b/gettext-tools/tests/msgattrib-14
index 5d872a3b8..0de21ba0e 100755
--- a/gettext-tools/tests/msgattrib-14
+++ b/gettext-tools/tests/msgattrib-14
@@ -60,7 +60,7 @@ tmpfiles="$tmpfiles ma-test14.tmp ma-test14.out"
: ${MSGATTRIB=msgattrib}
${MSGATTRIB} --obsolete --no-fuzzy -o ma-test14.tmp ma-test14.po
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
-tr -d '\r' < ma-test14.tmp > ma-test14.out
+LC_ALL=C tr -d '\r' < ma-test14.tmp > ma-test14.out
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles ma-test14.ok"