diff options
Diffstat (limited to 'tests/data/test1021')
-rw-r--r-- | tests/data/test1021 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1021 b/tests/data/test1021 index 0bc8af3cc..5ab772878 100644 --- a/tests/data/test1021 +++ b/tests/data/test1021 @@ -99,7 +99,7 @@ HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close # 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://test.remote.haxx.se:1021/path/10210002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-anyauth --proxytunnel |