Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / tabs.sh
index 0a2915f3e8e362453b110e948b3d14e69c6b9375..9d57c0082e94ec2b6cafd94edf01ea045fcef69f 100755 (executable)
@@ -67,7 +67,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$here/../src/pspp -o raw-ascii $TEMPDIR/tabs.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/tabs.stat
 if [ $? -ne 0 ] ; then no_result ; fi