diff options
Diffstat (limited to 'gettext-tools/tests/msgmerge-properties-1')
-rwxr-xr-x | gettext-tools/tests/msgmerge-properties-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgmerge-properties-1 b/gettext-tools/tests/msgmerge-properties-1 index 874e489..eb329c2 100755 --- a/gettext-tools/tests/msgmerge-properties-1 +++ b/gettext-tools/tests/msgmerge-properties-1 @@ -41,7 +41,7 @@ tmpfiles="$tmpfiles mm-p-1.tmp mm-p-1.out" : ${MSGMERGE=msgmerge} ${MSGMERGE} -q --properties-input --properties-output -o mm-p-1.tmp mm-p-1.in1 mm-p-1.in2 test $? = 0 || { rm -fr $tmpfiles; exit 1; } -tr -d '\r' < mm-p-1.tmp > mm-p-1.out +LC_ALL=C tr -d '\r' < mm-p-1.tmp > mm-p-1.out test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles mm-p-1.ok" |