X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fprintf-posix.sh;h=f9acf1f23949bbc7fd7bb7f124854a0ae39df3ca;hb=9d3af100c7a626ed2b501fb7d0a97936f72ce9ac;hp=18ed2ece4b61f1048e94ae2ed280d9482bfda8a9;hpb=b2be134b710812ede0a7e4746753fa7200d35e54;p=gnulib.git diff --git a/tests/test-fprintf-posix.sh b/tests/test-fprintf-posix.sh index 18ed2ece4..f9acf1f23 100755 --- a/tests/test-fprintf-posix.sh +++ b/tests/test-fprintf-posix.sh @@ -5,7 +5,7 @@ trap 'rm -fr $tmpfiles' 1 2 3 15 tmpfiles="$tmpfiles t-fprintf-posix.tmp t-fprintf-posix.out" ./test-fprintf-posix${EXEEXT} > t-fprintf-posix.tmp || exit 1 -tr -d '\r' < t-fprintf-posix.tmp > t-fprintf-posix.out || exit 1 +LC_ALL=C tr -d '\r' < t-fprintf-posix.tmp > t-fprintf-posix.out || exit 1 : ${DIFF=diff} ${DIFF} "${srcdir}/test-printf-posix.output" t-fprintf-posix.out