diff options
Diffstat (limited to 'tests/data/test81')
-rw-r--r-- | tests/data/test81 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test81 b/tests/data/test81 index 47b37e963..0da0bdca0 100644 --- a/tests/data/test81 +++ b/tests/data/test81 @@ -66,7 +66,7 @@ HTTP with proxy using NTLM authorization # 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://%HOSTIP:%HTTPPORT/81 --proxy-user testuser:testpass -x http://%HOSTIP:%HTTPPORT --proxy-ntlm |