From 7e4148eb4fc46d121ab76a0b6236e636e1fdab74 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Aug 2007 00:21:37 +0000 Subject: r24689: There is no such test as LDAP-UPTODATENESS. (This used to be commit ebdb0ce83b66faeeb3396f293c7fc8ed52c387e7) --- source4/selftest/test_ldap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/selftest/test_ldap.sh') diff --git a/source4/selftest/test_ldap.sh b/source4/selftest/test_ldap.sh index 4a31451a01..627eb905fb 100755 --- a/source4/selftest/test_ldap.sh +++ b/source4/selftest/test_ldap.sh @@ -15,7 +15,7 @@ if grep ENABLE_GNUTLS.1 include/config.h > /dev/null; then plantest "TESTING PROTOCOL $p with options $options" dc ../testprogs/blackbox/test_ldb.sh $p \$SERVER_IP $options done fi -for t in LDAP-CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATENESS +for t in LDAP-CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATEVECTOR do plantest "$t" dc bin/smbtorture $TORTURE_OPTIONS "-U\$USERNAME%\$PASSWORD" //\$SERVER_IP/_none_ $t done -- cgit