Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / autorecod.sh
index 2ef03f9f25c48487268adb59335de5353cd4e762..01c90904a230f6750b1c0b76f0a19db7aabd5bcd 100755 (executable)
@@ -73,7 +73,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$here/../src/pspp    -o raw-ascii $TEMPDIR/prog.sps  
+$SUPERVISOR $here/../src/pspp    -o raw-ascii $TEMPDIR/prog.sps  
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="test output"