]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: include current directory when running test Perl commands
authorViktor Szakats <commit@vsz.me>
Sun, 7 Jul 2024 12:30:57 +0000 (14:30 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 9 Jul 2024 02:13:04 +0000 (04:13 +0200)
commitefc2c5184d008fe2e5910fd03263e1ab0331d4e6
treee064d9ae69c1e233d76f85422e07860fb08fedfd
parent59bc9a1d4440a30b1652f22e8b13bbee163b0a9c
tests: include current directory when running test Perl commands

Necessary to find generated files in the out-of-tree build directory.
E.g. `tests/configurehelp.pm`, for tests 1119 and 1167.

Before this patch macOS autotools builds were failing these two tests
due to falling back to the default preprocessor (`cpp`) instead of
the actual one configured. Then `cpp` failing to compile Apple SDK
headers referenced by curl headers.

Cherry-picked from #14097
Closes #14124
tests/globalconfig.pm