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/test906 | |
parent | 51bb067a4289f5e4717391eb62f91465706b4ebc (diff) |
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/test906')
-rw-r--r-- | tests/data/test906 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test906 b/tests/data/test906 index 01f0dd207..4ff6c9fd0 100644 --- a/tests/data/test906 +++ b/tests/data/test906 @@ -28,6 +28,7 @@ smtp <features> NTLM !SSPI +debug </features> <name> SMTP NTLM authentication |