From: Viktor Szakats Date: Fri, 11 Jul 2025 16:02:32 +0000 (+0200) Subject: test1706: pass include directory to `managen` for out-of-tree builds X-Git-Tag: curl-8_15_0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=464fc67fbe834fea5f0577590655b546fdf15a12;p=thirdparty%2Fcurl.git test1706: pass include directory to `managen` for out-of-tree builds 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 --- diff --git a/tests/data/test1706 b/tests/data/test1706 index 7752ecf313..20c97c7d1d 100644 --- a/tests/data/test1706 +++ b/tests/data/test1706 @@ -151,7 +151,7 @@ Makes it the equivalent of --socks5-hostname -%SRCDIR/../scripts/managen -d %LOGDIR ascii option1.md option2.md +%SRCDIR/../scripts/managen -I %SRCDIR/../include -d %LOGDIR ascii option1.md option2.md