Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / filter.sh
index 180b59f68a99f5a59ba046c05344cb559b72248b..1214c72894a722a98e541a568494928744677399 100755 (executable)
@@ -75,7 +75,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/filter.stat
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/filter.stat
 if [ $? -ne 0 ] ; then no_result ; fi