mirror of
https://github.com/curl/curl.git
synced 2026-06-01 19:44:16 +03:00
test1960: point to the correct path for the precheck tool
Otherwise, it might find the binary in .libs which can cause it to use
the system libcurl which can fail. This error is only visible by
noticing that the test is skipped.
Follow-up to e4dfe6fc
Ref: #10651
This commit is contained in:
parent
f754990acf
commit
9fa018dbf7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Content-Length: 0
|
|||
# Client-side
|
||||
<client>
|
||||
<precheck>
|
||||
lib%TESTNUMBER check
|
||||
./libtest/lib%TESTNUMBER check
|
||||
</precheck>
|
||||
<server>
|
||||
http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue