Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / count.sh
index 345e2527733f5b32d3fc34a7c2f31bd82cda0e00..7e9d7818773a34f7114eadfee95e329149c3e213 100755 (executable)
@@ -65,7 +65,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
-$here/../src/pspp -o raw-ascii $TEMPDIR/count.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/count.stat
 if [ $? -ne 0 ] ; then no_result ; fi