diff options
| author | Tom Lane | 2009-11-23 16:02:24 +0000 |
|---|---|---|
| committer | Tom Lane | 2009-11-23 16:02:24 +0000 |
| commit | 8d97c1dcfa44b8925c693cf605ec3ee0cf44e75f (patch) | |
| tree | 7494d5f0ac7c3f2b7185095c8f34a647c7a551e5 /src/test/mb | |
| parent | fe4b8c42add27d6961e6023ab04f054766378d45 (diff) | |
Use diff's -w switch only on Windows, to avoid problems with inconsistent
newline representations. Per buildfarm results and subsequent discussion.
Sync up a couple of other places that had their own policies.
Diffstat (limited to 'src/test/mb')
| -rw-r--r-- | src/test/mb/mbregress.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/mb/mbregress.sh b/src/test/mb/mbregress.sh index 8a2aca6267b..7a6e1e281c4 100644 --- a/src/test/mb/mbregress.sh +++ b/src/test/mb/mbregress.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.10 2009/05/06 16:15:21 tgl Exp $ +# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.11 2009/11/23 16:02:24 tgl Exp $ if echo '\c' | grep -s c >/dev/null 2>&1 then @@ -49,7 +49,7 @@ do if [ `diff ${EXPECTED} results/${i}.out | wc -l` -ne 0 ] then - ( diff -wC3 ${EXPECTED} results/${i}.out; \ + ( diff -C3 ${EXPECTED} results/${i}.out; \ echo ""; \ echo "----------------------"; \ echo "" ) >> regression.diffs |
