Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / print.sh
index 6451bdbcaf3c545a8d0d00a47a1b90bb2e2daf74..fdfcf9cb5d798f929fa631f742df21bf0393833f 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