summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-28 09:34:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:42 -0500
commitb8fdea2172a19ecde1e3ac2e5746c740c2fe3953 (patch)
tree8d6a54e4dbe183d010275ca4545ba438074a76a3 /source4
parent99b2851f464d3700c33b97a71c2ba0a553459a48 (diff)
downloadsamba-b8fdea2172a19ecde1e3ac2e5746c740c2fe3953.tar.gz
samba-b8fdea2172a19ecde1e3ac2e5746c740c2fe3953.tar.bz2
samba-b8fdea2172a19ecde1e3ac2e5746c740c2fe3953.zip
r22552: this doesn't need a dc
metze (This used to be commit 56a86c7cc7263f1415c2d75bb9ab921de66842bc)
Diffstat (limited to 'source4')
-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 57f1160136..cc293244fb 100755
--- a/source4/script/tests/test_ldap.sh
+++ b/source4/script/tests/test_ldap.sh
@@ -25,7 +25,7 @@ done
test "$TORTURE_QUICK" = "yes" || {
LDBDIR=lib/ldb
export LDBDIR
- plantest "ldb" dc $LDBDIR/tests/test-tdb.sh
+ plantest "ldb" none $LDBDIR/tests/test-tdb.sh
}
SCRIPTDIR=../testprogs/ejs