X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-exclude7.sh;h=60b25c07d51a0de4503668122dba1b611c106e4c;hb=c26924950a3a546112e35c99aad85c0855f4664a;hp=95dc9fbc321a2ffe338783b121640e939c77c9a5;hpb=f28a2482feb7b5870dea9c7fb895622cdca5bd30;p=gnulib.git diff --git a/tests/test-exclude7.sh b/tests/test-exclude7.sh index 95dc9fbc3..60b25c07d 100755 --- a/tests/test-exclude7.sh +++ b/tests/test-exclude7.sh @@ -33,8 +33,10 @@ bar: 1 bar: 0 EOT -./test-exclude$EXEEXT $LIST -include $LIST -- bar >$TMP.1 -./test-exclude$EXEEXT -include $LIST -no-include $LIST -- bar >>$TMP.1 +./test-exclude$EXEEXT $LIST -include $LIST -- bar | + tr -d '\015' >$TMP.1 +./test-exclude$EXEEXT -include $LIST -no-include $LIST -- bar | + tr -d '\015' >>$TMP.1 diff -c $TMP $TMP.1 || ERR=1