X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-exclude6.sh;h=f0a41cc5854e0cdc9a4257f737ed3f1fd3112513;hb=a8ec28b6975fc065b84c511b8108dc3658d2ccd4;hp=9555809fe183c76c5cd65d47c1b4a487b03ea3da;hpb=f28a2482feb7b5870dea9c7fb895622cdca5bd30;p=gnulib.git diff --git a/tests/test-exclude6.sh b/tests/test-exclude6.sh index 9555809fe..f0a41cc58 100755 --- a/tests/test-exclude6.sh +++ b/tests/test-exclude6.sh @@ -33,7 +33,9 @@ bar: 1 foo/bar: 0 EOT -./test-exclude$EXEEXT -anchored $LIST -- bar foo/bar | diff -c $TMP - || ERR=1 +./test-exclude$EXEEXT -anchored $LIST -- bar foo/bar | + tr -d '\015' | + diff -c $TMP - || ERR=1 rm -f $TMP $LIST exit $ERR