X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ffilter.sh;h=905d21aeaf785b97dd53f5fada95a858b5393bb2;hb=05e356b2a3087e819ef3b5388e29c822f41502e1;hp=151e43f27b03497a48c98b89b4e031ccad42a187;hpb=a7cc8b259f0fe963aa30d4e64f7d39551ded1454;p=pspp-builds.git diff --git a/tests/command/filter.sh b/tests/command/filter.sh index 151e43f2..905d21ae 100755 --- a/tests/command/filter.sh +++ b/tests/command/filter.sh @@ -47,7 +47,7 @@ mkdir -p $TEMPDIR cd $TEMPDIR activity="create program" -cat > $TEMPDIR/filter.stat << EOF +cat > $TESTFILE << EOF data list notable /x 1-2. begin data. 1 @@ -76,7 +76,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/filter.stat +$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi