From 9603c8299f135cb670261d0af58825274d0dfdae Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sun, 29 Dec 2019 15:23:25 -0500 Subject: 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 --- tests/data/test1097 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data/test1097') diff --git a/tests/data/test1097 b/tests/data/test1097 index 7eb7b5f3d..70a89908d 100644 --- a/tests/data/test1097 +++ b/tests/data/test1097 @@ -45,6 +45,7 @@ https NTLM +SSL !SSPI -- cgit v1.2.3