|
1 | 1 | #! /bin/sh |
2 | | -# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.33 2003/07/30 17:08:47 tgl Exp $ |
| 2 | +# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.34 2003/07/31 19:20:41 tgl Exp $ |
3 | 3 |
|
4 | 4 | me=`basename$0` |
5 | 5 | :${TMPDIR=/tmp} |
@@ -288,6 +288,10 @@ then |
288 | 288 | PGPORT=65432 |
289 | 289 | export PGPORT |
290 | 290 |
|
| 291 | +# Get rid of environment stuff that might cause psql to misbehave |
| 292 | +# while contacting our temp installation |
| 293 | +unset PGDATABASE PGUSER PGSERVICE PGSSLMODE PGREQUIRESSL PGCONNECT_TIMEOUT |
| 294 | + |
291 | 295 | # ---------- |
292 | 296 | # Set up shared library paths, needed by psql and pg_encoding |
293 | 297 | # (if you run multibyte). LD_LIBRARY_PATH covers many platforms, |
|