mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:13:39 +03:00
test1222: fix for out-of-tree and no-libcurl-manual builds
Before this patch this test succeeded silently and unconditionally, when run on an out-of-tree curl build. Also fix to exit gracefully if no libcurl manuals are found. Fixing: ``` readline() on closed filehandle $m at ../../tests/test1222.pl line 153. ``` Cherry-picked from #17877 Closes #17892
This commit is contained in:
parent
55509b045b
commit
202f0752ea
2 changed files with 13 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ Verify deprecation statuses and versions
|
|||
</name>
|
||||
|
||||
<command type="perl">
|
||||
%SRCDIR/test1222.pl %SRCDIR/..
|
||||
%SRCDIR/test1222.pl %SRCDIR/.. %PWD/..
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue