diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-06-11 18:12:48 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-06-11 21:24:59 +0100 |
commit | ceacbacd149aa64612968d41c03d0577d427f075 (patch) | |
tree | b8579425fc2f4f83ccc3cff400a57ff6d51d0436 /tests/data/test159 | |
parent | 51bb067a4289f5e4717391eb62f91465706b4ebc (diff) | |
download | curl-ceacbacd149aa64612968d41c03d0577d427f075.tar.gz |
tests: Disabled NTLM tests for non-debug builds
Added required "debug" feature, missed in commit 1c9aaa0bac, as NTLMv2
calls Curl_rand() which can only be fixed to a specific entropy in
debug builds.
Diffstat (limited to 'tests/data/test159')
-rw-r--r-- | tests/data/test159 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test159 b/tests/data/test159 index 0d5367649..3e67118a3 100644 --- a/tests/data/test159 +++ b/tests/data/test159 @@ -58,6 +58,7 @@ Finally, this is the real page! <features> NTLM !SSPI +debug </features> <server> http |