From 39f99e7d53848534c9a78c82b6d22101e1cbf539 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 17 Aug 2010 14:18:03 +0200 Subject: s4:selftest: run ldapi tests in 'dc:local' environment metze --- source4/selftest/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/selftest/tests.sh') diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index b34eb02608..aa72efcd65 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -142,7 +142,7 @@ if grep ENABLE_GNUTLS.1 $CONFIG_H > /dev/null; then done fi for options in "" "-U\$USERNAME%\$PASSWORD"; do - plantestsuite "ldb.ldapi with options $options" dc $bbdir/test_ldb.sh ldapi \$PREFIX_ABS/dc/private/ldapi $options + plantestsuite "ldb.ldapi with options $options" dc:local $bbdir/test_ldb.sh ldapi \$PREFIX_ABS/dc/private/ldapi $options done for t in `$smb4torture --list | grep "^LDAP-"` do -- cgit