diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 333cb179b96..6facb990936 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -317,7 +317,9 @@ BZIP2 = bzip2 # Testing PROVE = @PROVE@ -PG_PROVE_FLAGS = -I $(top_srcdir)/src/test/perl/ +# There are common routines in src/test/perl, and some test suites have +# extra perl modules in their own directory. +PG_PROVE_FLAGS = -I $(top_srcdir)/src/test/perl/ -I $(srcdir) PROVE_FLAGS = --verbose # prepend to path if already set, else just set it