diff options
Diffstat (limited to 'tests/data/test1100')
-rw-r--r-- | tests/data/test1100 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1100 b/tests/data/test1100 index 00bd64431..e38c0e0d7 100644 --- a/tests/data/test1100 +++ b/tests/data/test1100 @@ -74,7 +74,7 @@ HTTP POST with NTLM authorization and following a 302 redirect # 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/1100 -u testuser:testpass --ntlm -L -d "stuff to send away" |