Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / lag.sh
index db7c2969325a9f2db934d02dfa921d903b0350c6..77ec38e8538bb452b5c5e44f4c9c7e87ae50e210 100755 (executable)
@@ -64,7 +64,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$here/../src/pspp -o raw-ascii $TEMPDIR/lag.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/lag.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare result"