diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/selftest/tests.sh | 2 |
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 |