$NetBSD: patch-ab,v 1.1 2006/11/05 12:51:14 wiz Exp $ --- src/backend/postgres/test/run-tests.sh.orig 2003-09-14 15:33:31.000000000 +0000 +++ src/backend/postgres/test/run-tests.sh @@ -14,7 +14,7 @@ if ${srcdir}/db-control.sh create; then elif [ "${PGHOST}X" != "X" ]; then # This expects the logged in user to have authority # to create databases. - if [ "${PGPORT}X" == "X" ]; then + if [ "${PGPORT}X" = "X" ]; then export PGPORT=5432 fi ./test-db $PGHOST $PGPORT || EXIT_VALUE=1