X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fshbang.sh;h=cc3fc5e2d7644b754371b586a3e22341265b1059;hb=03d066d9f7e4f3d076a63e64708633bdf5e1c93c;hp=826d5dc4d898cff3983404316b677d5fc84259f7;hpb=eccddce2d2e67e7ddcdbd93d969ef4c5b6efdb28;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