summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-04 15:37:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:00:14 -0500
commitccae1c47f0e08393d77323c230b37029310912cb (patch)
treea6e9d2c2ad78775b014af7a3492c8257fc22eb3f /source4/script
parentd4dfc5de661a20b9557e35ebd9499d64f70b6383 (diff)
downloadsamba-ccae1c47f0e08393d77323c230b37029310912cb.tar.gz
samba-ccae1c47f0e08393d77323c230b37029310912cb.tar.bz2
samba-ccae1c47f0e08393d77323c230b37029310912cb.zip
r14908: Fix LD_LIBRARY_PATH
(This used to be commit c4668192f96b9b32af23a05f9f97dc87fdc41089)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/selftest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh
index 889e05193f..0337d664a0 100755
--- a/source4/script/tests/selftest.sh
+++ b/source4/script/tests/selftest.sh
@@ -50,7 +50,7 @@ cd $OLD_PWD
TEST_DATA_PREFIX=$PREFIX_ABS
export TEST_DATA_PREFIX
-LD_LIBRARY_PATH=$PREFIX_ABS/bin:$LD_LIBRARY_PATH
+LD_LIBRARY_PATH=$OLD_PWD/bin:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
TMPDIR=$PREFIX_ABS/tmp