mirror of
https://github.com/curl/curl.git
synced 2026-07-15 19:47:16 +03:00
test1422: add required file feature
curl configured with --enable-debug --disable-file currently complains on test1422: Info: Protocol "file" not supported or disabled in libcurl Make test1422 dependend on enabled FILE protocol to fix this. Fixes https://github.com/curl/curl/issues/2741 Closes https://github.com/curl/curl/pull/2742
This commit is contained in:
parent
f8be737d8f
commit
8c00412428
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ Content-Disposition: filename=name1422; charset=funny; option=str//nge
|
|||
# -O and -J output in, using the CURL_TESTDIR variable
|
||||
<features>
|
||||
debug
|
||||
file
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue