diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-06 19:57:16 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-06 20:36:08 +0000 |
commit | b5c496f1090ab8a8c535acde33af61f197bd99ba (patch) | |
tree | 4612aa318d11233fc4b95114a8f3dcfe3d57ba30 /tests/data/test2026 | |
parent | 9f59fb6d3398ce0fcd23d0486324f78e8699452d (diff) | |
download | curl-b5c496f1090ab8a8c535acde33af61f197bd99ba.tar.gz |
tests: Don't run HTTP digest tests for SSPI based builds
Added !SSPI to the features list of the HTTP digest tests, as SSPI
based builds now use the Windows SSPI messaging API rather than the
internal functions, and we can't control the random numbers that get
used as part of the digest.
Diffstat (limited to 'tests/data/test2026')
-rw-r--r-- | tests/data/test2026 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/test2026 b/tests/data/test2026 index c940b6f94..b1d234115 100644 --- a/tests/data/test2026 +++ b/tests/data/test2026 @@ -151,6 +151,10 @@ Finally, this is the real page! <server> http </server> +<features> +!SSPI +crypto +</features> <tool> libauthretry </tool> |