X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsample.sh;h=277593fad66b5e3b219395c966407168314a1406;hb=6ccbd384363db2e304ffe8cc51fcd2eac0a5349a;hp=6d3317e43a70af5a73228a60a4145581924f9d26;hpb=c0ed03fd27298cf2b18f0fb373e919ab8b4ae4f4;p=pspp diff --git a/tests/command/sample.sh b/tests/command/sample.sh index 6d3317e43a..277593fad6 100755 --- a/tests/command/sample.sh +++ b/tests/command/sample.sh @@ -3,6 +3,7 @@ # This program tests the SAMPLE function TEMPDIR=/tmp/pspp-tst-$$ +TESTFILE=$TEMPDIR/`basename $0`.sps here=`pwd`; @@ -70,7 +71,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$here/../src/pspp -o raw-ascii --testing-mode $TEMPDIR/sample.stat +$SUPERVISOR $here/../src/pspp -o raw-ascii --testing-mode $TEMPDIR/sample.stat if [ $? -ne 0 ] ; then no_result ; fi activity="create head"