Prepend $SUPERVISOR to invocations of pspp so that we
[pspp] / tests / command / weight.sh
index 3b71997f03d54cc25f400d563e93ae5b9597232e..826a9a1cc089fb70d75185b45c1be2646fc08f10 100755 (executable)
@@ -58,7 +58,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/weight.stat
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/weight.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare results"