From: John Darrington Date: Mon, 27 Aug 2007 07:19:18 +0000 (+0000) Subject: Changed test file name from 'foo.sps' to $TESTFILE (which is based X-Git-Tag: v0.6.0~289 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b0fe8828a66287c819be238a6592fb78ad40f4;p=pspp-builds.git Changed test file name from 'foo.sps' to $TESTFILE (which is based on the script name). --- diff --git a/tests/bugs/big-input.sh b/tests/bugs/big-input.sh index 9e133556..8cec3c61 100755 --- a/tests/bugs/big-input.sh +++ b/tests/bugs/big-input.sh @@ -55,7 +55,7 @@ mkdir -p $TEMPDIR cd $TEMPDIR activity="create program" -cat > $TEMPDIR/foo.sps < $TESTFILE < $TEMPDIR/foo.sps < $TESTFILE < $TEMPDIR/foo.sps < $TESTFILE < $TEMPDIR/foo.sps < $TESTFILE < $TEMPDIR/foo.sps < $TESTFILE < $TEMPDIR/stderr +$SUPERVISOR $here/../src/pspp -o raw-ascii -e /dev/null $TESTFILE 2> $TEMPDIR/stderr if [ $? -eq 0 ] ; then fail ; fi activity="compare stderr"