X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Floop.sh;h=3fc5978874d7ed3fc6afffd6c07e8432f20bb204;hb=e32e05bf60402d3229e45adcc9b4c8d5bb27d174;hp=474c89947f5fcdfa75e7bb26fb79c094563ef10d;hpb=af3d0cc241b60028b16ea8173d9496649af9e425;p=pspp diff --git a/tests/command/loop.sh b/tests/command/loop.sh index 474c89947f..3fc5978874 100755 --- a/tests/command/loop.sh +++ b/tests/command/loop.sh @@ -3,6 +3,7 @@ # This program tests the LOOP command TEMPDIR=/tmp/pspp-tst-$$ +TESTFILE=$TEMPDIR/`basename $0`.sps here=`pwd`; @@ -63,7 +64,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/loop.stat > $TEMPDIR/stdout +$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/loop.stat > $TEMPDIR/stdout if [ $? -ne 0 ] ; then no_result ; fi activity="compare stdout"