diff options
Diffstat (limited to 'src/test/regress/pg_regress.sh')
| -rw-r--r-- | src/test/regress/pg_regress.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/regress/pg_regress.sh b/src/test/regress/pg_regress.sh index 12a80fdcfdd..05ea4d9d5d0 100644 --- a/src/test/regress/pg_regress.sh +++ b/src/test/regress/pg_regress.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.62 2005/12/09 21:19:36 petere Exp $ +# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.63 2006/01/05 01:56:30 momjian Exp $ me=`basename $0` : ${TMPDIR=/tmp} @@ -216,7 +216,7 @@ esac # On some platforms we can't use Unix sockets. # ---------- case $host_platform in - *-*-cygwin* | *-*-mingw32* | *-*-qnx* | *beos*) + *-*-cygwin* | *-*-mingw32* | *beos*) unix_sockets=no;; *) unix_sockets=yes;; @@ -228,7 +228,7 @@ esac # ---------- case $host_platform in - *-*-qnx* | *-*-sco3.2v5*) + *-*-sco3.2v5*) DIFFFLAGS=-b;; *) DIFFFLAGS=-w;; |
