From cec3abadd6f3d52352da75247bbe6764f22a45d7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 6 Apr 2008 12:28:50 +0000 Subject: Avoid testsuite failures on MacOS X 10.5. --- gettext-tools/tests/msgunfmt-2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gettext-tools/tests/msgunfmt-2') diff --git a/gettext-tools/tests/msgunfmt-2 b/gettext-tools/tests/msgunfmt-2 index f8d9315..39f959b 100755 --- a/gettext-tools/tests/msgunfmt-2 +++ b/gettext-tools/tests/msgunfmt-2 @@ -24,7 +24,7 @@ tmpfiles="$tmpfiles mu-2.tmp mu-2.out" : ${MSGUNFMT=msgunfmt} ${MSGUNFMT} -o mu-2.tmp mu-2.mo test $? = 0 || { rm -fr $tmpfiles; exit 1; } -tr -d '\r' < mu-2.tmp > mu-2.out +LC_ALL=C tr -d '\r' < mu-2.tmp > mu-2.out test $? = 0 || { rm -fr $tmpfiles; exit 1; } : ${DIFF=diff} -- cgit v1.1