X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fshbang.sh;h=cc3fc5e2d7644b754371b586a3e22341265b1059;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=826d5dc4d898cff3983404316b677d5fc84259f7;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/bugs/shbang.sh b/tests/bugs/shbang.sh index 826d5dc4..cc3fc5e2 100755 --- a/tests/bugs/shbang.sh +++ b/tests/bugs/shbang.sh @@ -74,12 +74,12 @@ if [ $? -ne 0 ] ; then fail ; fi activity="compare output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b -w $TEMPDIR/pspp.list - << EOF - a --------- - 1.00 - 2.00 +perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.csv +diff -b -w $TEMPDIR/pspp.csv - << EOF +Table: Data List +a +1.00 +2.00 EOF if [ $? -ne 0 ] ; then fail ; fi