Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / compute.sh
index 8d2480d9d9d54ee86646d6148b309cd5fcc042f5..7aa0dbb909850c8fe13d9e392d9b1f58968063b5 100755 (executable)
@@ -71,7 +71,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/compute.stat
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/compute.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 diff -B -b $TEMPDIR/pspp.list - <<EOF