summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-08-17 14:18:03 +0200
committerStefan Metzmacher <metze@samba.org>2010-08-17 17:32:11 +0200
commit39f99e7d53848534c9a78c82b6d22101e1cbf539 (patch)
tree90e8c7662bccb0faa908202469016a7597478682 /source4
parent38e41728c5fdf90ec063572b3fae2d1c267f20a6 (diff)
downloadsamba-39f99e7d53848534c9a78c82b6d22101e1cbf539.tar.gz
samba-39f99e7d53848534c9a78c82b6d22101e1cbf539.tar.bz2
samba-39f99e7d53848534c9a78c82b6d22101e1cbf539.zip
s4:selftest: run ldapi tests in 'dc:local' environment
metze
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.sh2
1 files changed, 1 insertions, 1 deletions
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