summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-03 18:42:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:09 -0500
commit1ec8f79baeef1a04ccdb01978a3f3624e70b69c6 (patch)
tree51371436d7c10d905d6c383b45d8173864030ca0 /source4/script
parente8fe61e7aebd1cb5d493d8fcc70c1dab2c3c0bb0 (diff)
downloadsamba-1ec8f79baeef1a04ccdb01978a3f3624e70b69c6.tar.gz
samba-1ec8f79baeef1a04ccdb01978a3f3624e70b69c6.tar.bz2
samba-1ec8f79baeef1a04ccdb01978a3f3624e70b69c6.zip
r21680: Reenable CLDAP test
(This used to be commit c6dfc90daf9c7ce0fe9a4d4ac7c1c278a694ef9f)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_ldap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_ldap.sh b/source4/script/tests/test_ldap.sh
index a6df4362ad..0c71103ffd 100755
--- a/source4/script/tests/test_ldap.sh
+++ b/source4/script/tests/test_ldap.sh
@@ -30,7 +30,7 @@ for p in $PROTOCOLS; do
done
done
-for t in CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATENESS
+for t in LDAP-CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATENESS
do
testit "$t" bin/smbtorture $TORTURE_OPTIONS "-U$USERNAME%$PASSWORD" //$SERVER/_none_ $t
done