diff options
author | Yang Tse <yangsita@gmail.com> | 2011-07-27 18:58:21 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-07-27 18:58:21 +0200 |
commit | 8350fb8f2fb4dbecf238c71ae477549802b4908f (patch) | |
tree | 1701b1064eaaec8277bba45840cc493f2aef8316 /tests/data/test2005 | |
parent | cfcca89b761aeb314b6afdc6449e4bedf6df15d6 (diff) | |
download | curl-8350fb8f2fb4dbecf238c71ae477549802b4908f.tar.gz |
NTLM single-sign on adjustments (I)
Use fake_ntlm absolute filename in NTLM_AUTH environment variable for test
2005 definition.
Diffstat (limited to 'tests/data/test2005')
-rw-r--r-- | tests/data/test2005 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test2005 b/tests/data/test2005 index df9961807..ea564fcb3 100644 --- a/tests/data/test2005 +++ b/tests/data/test2005 @@ -70,7 +70,7 @@ CURL_GETHOSTNAME=curlhost # we try to use the LD_PRELOAD hack, if not a debug build 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 +NTLM_AUTH=%PWD/server/fake_ntlm # set source directory so fake_ntlm can find the test files NTLM_AUTH_SRCDIR=%SRCDIR # set the test number |