From: John Darrington Date: Tue, 16 Dec 2003 10:48:34 +0000 (+0000) Subject: Fixed up the PRINT test X-Git-Tag: v0.4.0~439 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76939ed1da94300a0d82629124544d41c60c1fbe;p=pspp-builds.git Fixed up the PRINT test --- diff --git a/tests/command/print.sh b/tests/command/print.sh index 538f5dbe..cd758304 100755 --- a/tests/command/print.sh +++ b/tests/command/print.sh @@ -52,7 +52,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="create program" -cat > $TEMPFILE/print.stat < $TEMPDIR/print.stat < $TEMPDIR/errs +$here/../src/pspp -o raw-ascii $TEMPDIR/print.stat > $TEMPDIR/errs # Note vv --- there are errors in input. Therefore, the command must FAIL if [ $? -eq 0 ] ; then fail ; fi activity="compare error messages" diff -w $TEMPDIR/errs - <