tests: Change NTLM tests to require SSL

Prior to this change tests that required NTLM feature did not require
SSL feature.

There are pending changes to cmake builds that will allow enabling NTLM
in non-SSL builds in Windows. In that case the NTLM auth strings created
are different from what is expected by the NTLM tests and they fail:

"The issue with NTLM is that previous non-SSL builds would not enable
NTLM and so the NTLM tests would be skipped."

Assisted-by: marc-groundctl@users.noreply.github.com

Ref: https://github.com/curl/curl/pull/4717#issuecomment-566218729

Closes https://github.com/curl/curl/pull/4768
This commit is contained in:
Jay Satiro 2019-12-29 15:23:25 -05:00
parent 9024b01387
commit 9603c8299f
48 changed files with 48 additions and 0 deletions

View file

@ -89,6 +89,7 @@ Finally, this is the real page!
<client>
<features>
NTLM
SSL
!SSPI
debug
</features>