From b70dc1a6b7b15967ceb111f80dff65c44f0fac57 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 2 Mar 2004 20:03:47 +0000 Subject: [PATCH] Oops - revert change that shouldn't have been applied. --- tests/command/print.sh | 2 +- tests/command/sort.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/command/print.sh b/tests/command/print.sh index 830e985878..fdfcf9cb5d 100755 --- a/tests/command/print.sh +++ b/tests/command/print.sh @@ -112,7 +112,7 @@ if [ $? -ne 0 ] ; then fail ; fi activity="compare output" -diff -u -b -B $TEMPDIR/pspp.list - << EOF +diff -b -B $TEMPDIR/pspp.list - << EOF ---------------------------------------------------------------------- There is no test for DATA LIST FIXED since it is imagined that the rest of the tests give it a pretty good workout. diff --git a/tests/command/sort.sh b/tests/command/sort.sh index 945fa5c9c9..c53c197205 100755 --- a/tests/command/sort.sh +++ b/tests/command/sort.sh @@ -50,7 +50,7 @@ activity="generate stat program" cat > $TEMPDIR/sort.stat < $TEMPDIR/sortsort -cp $TEMPDIR/pspp.list ~/pspp.list if [ $? -ne 0 ] ; then no_result ; fi -diff -u -B -b $TEMPDIR/sortsort $TEMPDIR/pspp.list +diff -B -b $TEMPDIR/sortsort $TEMPDIR/pspp.list if [ $? -ne 0 ] ; then fail ; fi # 2. It should be six elements wide -- 2.30.2