Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / sort.sh
index 0f7dd17783f27f486f3359aceb1b0b6cd202e9b1..c53c19720583637e6cce2353a13dc95a10057227 100755 (executable)
@@ -58,7 +58,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$here/../src/pspp -o raw-ascii $TEMPDIR/sort.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/sort.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 # Now there should be some sorted data in $TEMPDIR/pspp.list