X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsplit-file.sh;h=2f2c98b4612873d2693e577ca94f14d1aec3a319;hb=3f930f954d6b7a6be41196b5166700d8728367c7;hp=666f39dd3ba58f136812adb20d7bd08d398b1b4d;hpb=b26094b483f97d89025df65a30523a65e716790a;p=pspp diff --git a/tests/command/split-file.sh b/tests/command/split-file.sh index 666f39dd3b..2f2c98b461 100755 --- a/tests/command/split-file.sh +++ b/tests/command/split-file.sh @@ -3,6 +3,7 @@ # This program tests the split file command TEMPDIR=/tmp/pspp-tst-$$ +TESTFILE=$TEMPDIR/`basename $0`.sps here=`pwd`; @@ -71,7 +72,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$here/../src/pspp -o raw-ascii $TEMPDIR/split.stat +$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/split.stat if [ $? -ne 0 ] ; then no_result ; fi activity="compare results"