Make the LD_PRELOAD path absolute in the tests that use it

In some situations, libtool will change directories and perform
a link step before executing the libtest test app. Since
LD_PRELOAD is in effect for this entire process, the path to the
binary must be absolute so it will be valid no matter in which
directory the app is running.
This commit is contained in:
Dan Fandrich
2010-08-16 13:36:04 -07:00
parent 13b8fc46a3
commit 4d703ee100
23 changed files with 23 additions and 23 deletions

View File

@@ -89,7 +89,7 @@ HTTP proxy auth NTLM with POST data from read callback multi-if
# 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/path/555 http://%HOSTIP:%HTTPPORT s1lly:pers0n