Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / flip.sh
index 759c4fd07f3f749912a813c071c9f2574c1a6301..269939fd01907c0c344ca3446936eaffde93ef3e 100755 (executable)
@@ -65,7 +65,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$here/../src/pspp -o raw-ascii $TEMPDIR/flip.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/flip.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output"