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

tridge at samba.org tridge at samba.org
Thu Sep 22 03:52:33 GMT 2005


Author: tridge
Date: 2005-09-22 03:52:32 +0000 (Thu, 22 Sep 2005)
New Revision: 10404

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

Log:
make sure we use the right smb.conf in the ldap testing


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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_ldap.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2005-09-22 03:51:50 UTC (rev 10403)
+++ branches/SAMBA_4_0/source/script/tests/test_ldap.sh	2005-09-22 03:52:32 UTC (rev 10404)
@@ -54,6 +54,6 @@
 
 SCRIPTDIR=../testprogs/ejs
 
-testit "ejs ldap test" $SCRIPTDIR/ldap.js $SERVER -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
+testit "ejs ldap test" $SCRIPTDIR/ldap.js $CONFIGURATION $SERVER -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
 
 testok $0 $failed



More information about the samba-cvs mailing list