Commit e7be9d33 authored by Bruce Momjian's avatar Bruce Momjian

Unset PGHOST

parent 6108a7ed
#!/bin/sh #!/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 # Check call syntax
...@@ -68,6 +68,8 @@ else ...@@ -68,6 +68,8 @@ else
USETCPIP="" USETCPIP=""
fi fi
unset PGHOST
# ---------- # ----------
# Determine if echo -n works # Determine if echo -n works
# ---------- # ----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment