Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / bugs / html-frequency.sh
index 1c082356f8355089221326b285fd36388262c33c..474735fc74ba0bec85bfcdefcfdb36ffd187ef89 100755 (executable)
@@ -66,7 +66,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 cd $TEMPDIR
 
 activity="run data"
-$here/../src/pspp -o html $TEMPDIR/ff.stat
+$SUPERVISOR $here/../src/pspp -o html $TEMPDIR/ff.stat
 if [ $? -ne 0 ] ; then fail ; fi