diff options
Diffstat (limited to 'tests/data/test1310')
-rw-r--r-- | tests/data/test1310 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1310 b/tests/data/test1310 index e101fd71f..9187acfe3 100644 --- a/tests/data/test1310 +++ b/tests/data/test1310 @@ -70,11 +70,11 @@ 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=%PWD/server/fake_ntlm +CURL_NTLM_AUTH=%PWD/server/fake_ntlm # set source directory so fake_ntlm can find the test files -NTLM_AUTH_SRCDIR=%SRCDIR +CURL_NTLM_AUTH_SRCDIR=%SRCDIR # set the test number -NTLM_AUTH_TESTNUM=1310 +CURL_NTLM_AUTH_TESTNUM=1310 </setenv> <command> http://%HOSTIP:%HTTPPORT/1310 -u testuser:anypasswd --ntlm-sso |