Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / list.sh
index 4dc92dd55c686778b9a9460e21b09f7d5e39e235..c82dd27346c8b951b405bb69cac191ecdb67f0b4 100755 (executable)
@@ -75,7 +75,7 @@ foobar
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/list.stat
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/list.stat
 if [ $? -ne 0 ] ; then no_result ; fi