Prepend $SUPERVISOR to invocations of pspp so that we
[pspp-builds.git] / tests / command / beg-data.sh
index cdbf0a6b0e24cbc5defc8cb2ae923b413bbbb7bb..382e2a036594c327b3700e3892805927872c3395 100755 (executable)
@@ -84,7 +84,7 @@ 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="compare data"