]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Work around make changes on modern Mingw to allow release 8.2 regression tests to...
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 18 Dec 2010 00:49:31 +0000 (19:49 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 18 Dec 2010 00:49:31 +0000 (19:49 -0500)
src/test/regress/GNUmakefile

index f2319d2a79b4a0e45c717c2405974fb767328b2d..d126ae5fa40e8944e8b7c679dd7e2cad4ea39999 100644 (file)
@@ -95,8 +95,8 @@ ifneq ($(PORTNAME),win32)
 abs_srcdir := $(shell cd $(srcdir) && pwd)
 abs_builddir := $(shell pwd)
 else
-abs_srcdir := $(shell cd $(srcdir) && pwd -W)
-abs_builddir := $(shell pwd -W)
+abs_srcdir := $(shell cd $(srcdir) && sh -c "pwd -W")
+abs_builddir := $(shell sh -c "pwd -W")
 endif
 
 testtablespace := $(abs_builddir)/testtablespace