Prepend $SUPERVISOR to invocations of pspp so that we
[pspp-builds.git] / tests / command / bignum.sh
index 17cc55197a96b380bff4172f5958d91bd28ba887..1ccc09ba4fa59ca1a0a5b02a92041d20653fd7b9 100755 (executable)
@@ -147,7 +147,7 @@ foobar
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$here/../src/pspp -o raw-ascii prog.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii prog.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
 # Like the above comments say ...