Beginning of VFM cleanup.
[pspp-builds.git] / tests / command / print.sh
index 6451bdbcaf3c545a8d0d00a47a1b90bb2e2daf74..830e985878b01125f46b6b49c23312d74a6664ae 100755 (executable)
@@ -86,7 +86,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$here/../src/pspp -o raw-ascii --testing-mode $TEMPDIR/print.stat > $TEMPDIR/errs
+$SUPERVISOR $here/../src/pspp -o raw-ascii --testing-mode $TEMPDIR/print.stat > $TEMPDIR/errs
 # Note   vv   --- there are errors in input.  Therefore, the  command must FAIL
 if [ $? -eq 0 ] ; then fail ; fi
 
@@ -112,7 +112,7 @@ if [ $? -ne 0 ] ; then fail ; fi
 
 
 activity="compare output"
-diff -b -B $TEMPDIR/pspp.list - << EOF
+diff -u -b -B $TEMPDIR/pspp.list - << EOF
 ----------------------------------------------------------------------
 There is no test for DATA LIST FIXED since it is imagined that the
 rest of the tests give it a pretty good workout.