X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fval-labs.sh;h=b1e7abb0e689ec29e8bababc8a0ebc264386d6bf;hb=180d764e86e0f3b2fd0e2bb613d790adcd5aceb0;hp=9fcf39ed0663314b470969898c845104c8a8b710;hpb=bc51900253384a031401ef7a68674e350dc8225f;p=pspp diff --git a/tests/bugs/val-labs.sh b/tests/bugs/val-labs.sh index 9fcf39ed06..b1e7abb0e6 100755 --- a/tests/bugs/val-labs.sh +++ b/tests/bugs/val-labs.sh @@ -5,6 +5,7 @@ TEMPDIR=/tmp/pspp-tst-$$ +TESTFILE=$TEMPDIR/`basename $0`.sps here=`pwd`; @@ -48,7 +49,7 @@ mkdir -p $TEMPDIR cd $TEMPDIR activity="create program" -cat > $TEMPDIR/rnd.sps < $TESTFILE < /dev/null +$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE > /dev/null if [ $? -ne 1 ] ; then fail ; fi pass;