mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
Fixed test 2005 to work in out-of-tree builds
Also, set the test number in the test data file so fake_ntlm can be reused in future tests.
This commit is contained in:
parent
41c6c78a08
commit
cfcca89b76
2 changed files with 24 additions and 5 deletions
|
|
@ -71,6 +71,10 @@ CURL_GETHOSTNAME=curlhost
|
|||
LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
||||
# set path to fake_auth instead of real ntlm_auth to generate NTLM type1 and type 3 messages
|
||||
NTLM_AUTH=server/fake_ntlm
|
||||
# set source directory so fake_ntlm can find the test files
|
||||
NTLM_AUTH_SRCDIR=%SRCDIR
|
||||
# set the test number
|
||||
NTLM_AUTH_TESTNUM=2005
|
||||
</setenv>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/2005 -u testuser:anypasswd --ntlm-sso
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue