blob: 27ad11378486c840757b07322906f2e611f08005 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|