Skip to content

Commit c835dcd

Browse files
committed
Fix pgperlsyncheck following SSL TAP test refactoring
Commit 4a7e964 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.
1 parent 3b0a42e commit c835dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/perlcheck/pgperlsyncheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
INCLUDES="-I src/tools/msvc -I src/tools/msvc/dummylib -I src/backend/catalog"
66
INCLUDES="-I src/test/perl -I src/backend/utils/mb/Unicode $INCLUDES"
7-
INCLUDES="-I src/bin/pg_rewind -I src/test/ssl $INCLUDES"
7+
INCLUDES="-I src/bin/pg_rewind -I src/test/ssl/t $INCLUDES"
88

99
set -e
1010

0 commit comments

Comments
 (0)