diff options
Diffstat (limited to 'tests/data/test169')
-rw-r--r-- | tests/data/test169 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test169 b/tests/data/test169 index 5af7f9f5c..f7419e6d0 100644 --- a/tests/data/test169 +++ b/tests/data/test169 @@ -85,7 +85,7 @@ HTTP with proxy-requiring-NTLM to site-requiring-Digest # we force our own host name, in order to make the test machine independent CURL_GETHOSTNAME=curlhost # we try to use the LD_PRELOAD hack, if not a debug build -LD_PRELOAD=./libtest/.libs/libhostname.so +LD_PRELOAD=%PWD/libtest/.libs/libhostname.so </setenv> <command> http://data.from.server.requiring.digest.hohoho.com/169 --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm --digest --user digest:alot |