Prepend $SUPERVISOR to invocations of pspp so that we
[pspp-builds.git] / tests / command / sample.sh
index 6d3317e43a70af5a73228a60a4145581924f9d26..56a1bb30c425cba16c7e0d15d70ba5abc00ead56 100755 (executable)
@@ -70,7 +70,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$here/../src/pspp -o raw-ascii --testing-mode $TEMPDIR/sample.stat 
+$SUPERVISOR $here/../src/pspp -o raw-ascii --testing-mode $TEMPDIR/sample.stat 
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="create head"