Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / bugs / random.sh
index cb7fb06a31780b186a1d610f944ab4896a689f79..72da71fcd5436841d553c05a76fb6c331126ac93 100755 (executable)
@@ -63,7 +63,7 @@ list.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
-$here/../src/pspp -o raw-ascii $TEMPDIR/rnd.sps
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/rnd.sps
 if [ $? -ne 0 ] ; then no_result ; fi