diff options
Diffstat (limited to 'tests/data/test159')
-rw-r--r-- | tests/data/test159 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test159 b/tests/data/test159 index ede462492..2b9c83218 100644 --- a/tests/data/test159 +++ b/tests/data/test159 @@ -60,7 +60,7 @@ HTTP with NTLM authorization when talking HTTP/1.0 # 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/159 -u testuser:testpass --ntlm -0 |