mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05: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
@ -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…
Reference in New Issue
Block a user