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/test547 | |
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/test547')
-rw-r--r-- | tests/data/test547 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test547 b/tests/data/test547 index dd4c04e47..20a5ab91a 100644 --- a/tests/data/test547 +++ b/tests/data/test547 @@ -77,6 +77,7 @@ lib547 <features> NTLM !SSPI +debug </features> <name> HTTP proxy auth NTLM with POST data from read callback |