Rewrite PSPP output engine.
[pspp-builds.git] / tests / bugs / shbang.sh
index 826d5dc4d898cff3983404316b677d5fc84259f7..cc3fc5e2d7644b754371b586a3e22341265b1059 100755 (executable)
@@ -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