]> git.ipfire.org Git - thirdparty/curl.git/commit
Make the LD_PRELOAD path absolute in the tests that use it
authorDan Fandrich <dan@coneharvesters.com>
Mon, 16 Aug 2010 20:36:04 +0000 (13:36 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 16 Aug 2010 20:36:51 +0000 (13:36 -0700)
commit4d703ee1005cfc4cc1ff2b8dbbf4469de63d240f
tree8885ca25b8af1289b06f9fb04c5f14eb1c07b651
parent13b8fc46a3fd6b202a7f2df5f9aff4f26fe6c4db
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.
23 files changed:
tests/data/test1008
tests/data/test1021
tests/data/test1100
tests/data/test150
tests/data/test155
tests/data/test159
tests/data/test169
tests/data/test209
tests/data/test213
tests/data/test239
tests/data/test243
tests/data/test265
tests/data/test267
tests/data/test547
tests/data/test548
tests/data/test555
tests/data/test67
tests/data/test68
tests/data/test69
tests/data/test81
tests/data/test89
tests/data/test90
tests/data/test91