From 5f101467d07b963c5eb934183291401824b10a6b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 22 Sep 2005 03:52:32 +0000 Subject: r10404: make sure we use the right smb.conf in the ldap testing --- source/script/tests/test_ldap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/script/tests/test_ldap.sh b/source/script/tests/test_ldap.sh index 746ca4672b3..587394fa030 100755 --- a/source/script/tests/test_ldap.sh +++ b/source/script/tests/test_ldap.sh @@ -54,6 +54,6 @@ testit "ldb tests" $LDBDIR/tests/test-tdb.sh 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 -- cgit