Unset PGHOST

This commit is contained in:
Bruce Momjian 2000-05-18 16:11:39 +00:00
parent 6108a7ed6a
commit e7be9d3303
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.17 2000/05/18 15:58:43 momjian Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.18 2000/05/18 16:11:39 momjian Exp $
# ----------
# Check call syntax
@ -68,6 +68,8 @@ else
USETCPIP=""
fi
unset PGHOST
# ----------
# Determine if echo -n works
# ----------