You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixescurl#2741
Closes
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.
Fixescurl#2741
Closes
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.
Fixescurl#2741Closescurl#2742
lockbot
locked as resolved and limited conversation to collaborators
Oct 12, 2018
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did this
./configure --enable-debug --enable-file && make && cd tests && make && ./runtests.pl 1422
./configure --enable-debug --disable-file && make && cd tests && make && ./runtests.pl 1422
See https://curl.haxx.se/dev/log.cgi?id=20180713044637-30368#prob8:
I expected the following
The second test not to fail
curl/libcurl version
curl 7.60.0 (x86_64-pc-msys) libcurl/7.60.0 OpenSSL/1.0.2m zlib/1.2.11 brotli/1.0.5 libidn2/2.0.5 libpsl/0.19.1 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.30.0
operating system
MinGW-w64 on Windows
The text was updated successfully, but these errors were encountered: