From 76939ed1da94300a0d82629124544d41c60c1fbe Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 16 Dec 2003 10:48:34 +0000 Subject: [PATCH] Fixed up the PRINT test --- tests/command/print.sh | 46 +++++++++++++++--------------------------- 1 file changed, 16 insertions(+), 30 deletions(-) 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 - <