From f62700038e9edd7d8002242015a900a15626bceb Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Mon, 10 Oct 2005 20:58:14 +0000 Subject: [PATCH] Made BSD diff compatible --- tests/command/match-files.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/command/match-files.sh b/tests/command/match-files.sh index ef2714bd..7864921f 100755 --- a/tests/command/match-files.sh +++ b/tests/command/match-files.sh @@ -165,7 +165,9 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="check $name output" - diff -b -w -B pspp.list $types.out + perl -pi -e 's/^\s*$//g' pspp.list + perl -pi -e 's/^\s*$//g' $types.out + diff -b -w pspp.list $types.out if [ $? -ne 0 ] ; then fail ; fi done done @@ -188,7 +190,8 @@ $SUPERVISOR $here/../src/pspp -o raw-ascii $name.pspp >/dev/null 2>&1 if [ $? -ne 0 ] ; then no_result ; fi activity="check $name output" -diff -b -w -B - pspp.list </dev/null 2>&1 if [ $? -ne 0 ] ; then no_result ; fi activity="check $name output" -diff -b -w -B - pspp.list <