mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
Unset PGHOST
This commit is contained in:
parent
6108a7ed6a
commit
e7be9d3303
@ -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
|
||||
# ----------
|
||||
|
Loading…
Reference in New Issue
Block a user