Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba71d82

Browse files
committed
Add MinGW to cases where libdir should be used for regression tests:
case $host_platform in *-*-cygwin*|*-*-mingw) PATH=$libdir:$PATH export PATH ;; esac
1 parent eb8c79a commit ba71d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/pg_regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.42 2004/05/03 13:25:23 momjian Exp $
2+
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.43 2004/05/19 05:20:27 momjian Exp $
33

44
me=`basename $0`
55
: ${TMPDIR=/tmp}
@@ -348,7 +348,7 @@ then
348348
# executables, not dlopen'ed ones)
349349
# ----------
350350
case $host_platform in
351-
*-*-cygwin*)
351+
*-*-cygwin*|*-*-mingw)
352352
PATH=$libdir:$PATH
353353
export PATH
354354
;;

0 commit comments

Comments
 (0)