Prepend $SUPERVISOR to invocations of pspp so that we
[pspp-builds.git] / tests / bugs / data-crash.sh
index 73bca66ad40b50fe0546f390f864150cee9fdcd5..b1d453a8bce178977e4c2033b883f200bc8aafcf 100755 (executable)
@@ -55,7 +55,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
-$here/../src/pspp $TEMPDIR/ct.stat > /dev/null
+$SUPERVISOR $here/../src/pspp $TEMPDIR/ct.stat > /dev/null
 if [ $? -ne 1 ] ; then fail ; fi