aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2022-04-10 09:04:24 -0400
committerAndrew Dunstan <andrew@dunslane.net>2022-04-10 09:19:21 -0400
commitc835dcdab622813bb1ccd130458065089f2ccacd (patch)
tree6cd7eb4d0d96d18402f16c69ebf02d78c88d6884 /src
parent3b0a42e74edfc57c3cef1f3b1a583d4fe5cca846 (diff)
downloadpostgresql-c835dcdab622813bb1ccd130458065089f2ccacd.tar.gz
postgresql-c835dcdab622813bb1ccd130458065089f2ccacd.zip
Fix pgperlsyncheck following SSL TAP test refactoring
Commit 4a7e964fc6 made pgperlsyncheck fail, but apparently nobody noticed, although the buildfarm module that does more or less the same thing was modified. So fix the in-core test. I will look at unifying the two sets of tests so we avoid a future mismatch.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/perlcheck/pgperlsyncheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/perlcheck/pgperlsyncheck b/src/tools/perlcheck/pgperlsyncheck
index 74f1584b8e7..730f5927cda 100755
--- a/src/tools/perlcheck/pgperlsyncheck
+++ b/src/tools/perlcheck/pgperlsyncheck
@@ -4,7 +4,7 @@
INCLUDES="-I src/tools/msvc -I src/tools/msvc/dummylib -I src/backend/catalog"
INCLUDES="-I src/test/perl -I src/backend/utils/mb/Unicode $INCLUDES"
-INCLUDES="-I src/bin/pg_rewind -I src/test/ssl $INCLUDES"
+INCLUDES="-I src/bin/pg_rewind -I src/test/ssl/t $INCLUDES"
set -e