Fix pgperlsyncheck following SSL TAP test refactoring
authorAndrew Dunstan <[email protected]>
Sun, 10 Apr 2022 13:04:24 +0000 (09:04 -0400)
committerAndrew Dunstan <[email protected]>
Sun, 10 Apr 2022 13:19:21 +0000 (09:19 -0400)
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.

src/tools/perlcheck/pgperlsyncheck

index 74f1584b8e740890c7e83d3c0f073aa29689c984..730f5927cda7ff3accfe2200de8c4b97e0448f17 100755 (executable)
@@ -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