Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / loop.sh
index 474c89947f5fcdfa75e7bb26fb79c094563ef10d..15f43ec738d7914a71f7a22dfc815b73814ff455 100755 (executable)
@@ -63,7 +63,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/loop.stat > $TEMPDIR/stdout
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/loop.stat > $TEMPDIR/stdout
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare stdout"