-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test 2043 can never be run #3609
Comments
The first problem is probably that Line 2098 in 66637b4
... while Line 2691 in 66637b4
It should probably be made to look for both. Tests still depend on "winssl" so we better not break that (or we'd have to update the tests that do, if we want to change to only "schannel"). The test 1014 problem is weird and I haven't yet figured out why it happens. The feature should be "ssl" and not "winssl" but for some reason curl-config doesn't think so... |
@MarcelRaad I'd appreciate if you could give my PR a test and see if that fixes this issue! |
I did this
Results in:
The test was added in 172b2be#diff-4dd1fa7586ffcf4267ac687f7604d9b7.
I expected the following
The test to be run.
Probably related, test 1014 says:
curl/libcurl version
and
operating system
MSYS2 using MinGW-w64 on Windows 10
The text was updated successfully, but these errors were encountered: