diff options
author | Bruno Haible <bruno@clisp.org> | 2008-04-06 12:28:50 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:38 +0200 |
commit | cec3abadd6f3d52352da75247bbe6764f22a45d7 (patch) | |
tree | 87aacfd717f5024519b1c93fbbcd073df1c90976 /gettext-tools/tests/xgettext-objc-1 | |
parent | 32aba2cc17fba52bb9379d3a6bc698451c195b74 (diff) | |
download | external_gettext-cec3abadd6f3d52352da75247bbe6764f22a45d7.zip external_gettext-cec3abadd6f3d52352da75247bbe6764f22a45d7.tar.gz external_gettext-cec3abadd6f3d52352da75247bbe6764f22a45d7.tar.bz2 |
Avoid testsuite failures on MacOS X 10.5.
Diffstat (limited to 'gettext-tools/tests/xgettext-objc-1')
-rwxr-xr-x | gettext-tools/tests/xgettext-objc-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/xgettext-objc-1 b/gettext-tools/tests/xgettext-objc-1 index 9a5e122..d2200ed 100755 --- a/gettext-tools/tests/xgettext-objc-1 +++ b/gettext-tools/tests/xgettext-objc-1 @@ -32,7 +32,7 @@ tmpfiles="$tmpfiles xg-ob-1.tmp.po xg-ob-1.po" : ${XGETTEXT=xgettext} ${XGETTEXT} --omit-header -k_ -kNSLocalizedString -d xg-ob-1.tmp xg-ob-1.m test $? = 0 || { rm -fr $tmpfiles; exit 1; } -tr -d '\r' < xg-ob-1.tmp.po > xg-ob-1.po +LC_ALL=C tr -d '\r' < xg-ob-1.tmp.po > xg-ob-1.po test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles xg-ob-1.ok" |