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