svn commit: samba r14908 - in branches/SAMBA_4_0/source/script/tests: .

jelmer at samba.org jelmer at samba.org
Tue Apr 4 15:37:30 GMT 2006


Author: jelmer
Date: 2006-04-04 15:37:30 +0000 (Tue, 04 Apr 2006)
New Revision: 14908

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14908

Log:
Fix LD_LIBRARY_PATH

Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-04-04 15:20:02 UTC (rev 14907)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-04-04 15:37:30 UTC (rev 14908)
@@ -50,7 +50,7 @@
 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



More information about the samba-cvs mailing list