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