From: Marc G. Fournier Date: Wed, 25 Feb 1998 15:02:18 +0000 (+0000) Subject: Change from -u to -wC3 ... X-Git-Tag: REL6_3~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f39bf166e9237cd255c1029d8ce0dabf5746271e;p=postgresql Change from -u to -wC3 ... --- diff --git a/src/test/regress/regress.sh b/src/test/regress/regress.sh index 2a154fb8b0..d27d2a1e90 100755 --- a/src/test/regress/regress.sh +++ b/src/test/regress/regress.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.16 1998/02/24 15:56:45 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.17 1998/02/25 15:02:18 scrappy Exp $ # if echo '\c' | grep -s c >/dev/null 2>&1 then @@ -55,7 +55,7 @@ do if [ `diff ${EXPECTED} results/${i}.out | wc -l` -ne 0 ] then - ( diff -u ${EXPECTED} results/${i}.out; \ + ( diff -wC3 ${EXPECTED} results/${i}.out; \ echo ""; \ echo "----------------------"; \ echo "" ) >> regression.diffs