Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / bugs / crosstabs.sh
index 4bd6e47e0014e55695f5b01c283b2365958b0760..a850750d7f128beececf68b5fec1ccd41d507b4f 100755 (executable)
@@ -73,7 +73,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
-$here/../src/pspp $TEMPDIR/ct.stat
+$SUPERVISOR $here/../src/pspp $TEMPDIR/ct.stat
 if [ $? -ne 0 ] ; then fail ; fi