diff options
Diffstat (limited to 'tests/data/test90')
-rw-r--r-- | tests/data/test90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test90 b/tests/data/test90 index 55c98f4a0..24a7ff4d2 100644 --- a/tests/data/test90 +++ b/tests/data/test90 @@ -138,7 +138,7 @@ HTTP with NTLM via --anyauth, and then follow-location with NTLM again # 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/90 -u testuser:testpass --anyauth -L |