]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1706: pass include directory to `managen` for out-of-tree builds
authorViktor Szakats <commit@vsz.me>
Fri, 11 Jul 2025 16:02:32 +0000 (18:02 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 14 Jul 2025 19:23:37 +0000 (21:23 +0200)
Fixing:
```
readline() on closed filehandle INC at ../../curl-99.98.97/tests/../scripts/managen line 1299.
```
Ref: https://github.com/curl/curl/actions/runs/16224106087/job/45811979199?pr=17877#step:3:8545

Cherry-picked from #17877
Closes #17926

tests/data/test1706

index 7752ecf3132e387b96942a81f4727baa5e5da46c..20c97c7d1d479b8597c61c2a4832c2f43255f89c 100644 (file)
@@ -151,7 +151,7 @@ Makes it the equivalent of --socks5-hostname
 </file4>
 
 <command type="perl">
-%SRCDIR/../scripts/managen -d %LOGDIR ascii option1.md option2.md
+%SRCDIR/../scripts/managen -I %SRCDIR/../include -d %LOGDIR ascii option1.md option2.md
 </command>
 </client>