summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_functions.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-01-31 05:11:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:44:27 -0500
commitae174faf36dbe28b24069bafe5836b6271c87e12 (patch)
tree5aa18849fe38ce4b99cca36078e2552ae9fa9f2e /source4/script/tests/test_functions.sh
parent5e12e0024934c074ad5141f67fb95550e8aac69c (diff)
downloadsamba-ae174faf36dbe28b24069bafe5836b6271c87e12.tar.gz
samba-ae174faf36dbe28b24069bafe5836b6271c87e12.tar.bz2
samba-ae174faf36dbe28b24069bafe5836b6271c87e12.zip
r21069: Try to split up the mktestsetup.sh script into parts to deal with each
LDAP implementation, and another to hold the key blobs. Also fix the OpenLDAP test. Andrew Bartlett (This used to be commit ec511c592bbb7df513fe6f62e06e1fa984431550)
Diffstat (limited to 'source4/script/tests/test_functions.sh')
-rwxr-xr-xsource4/script/tests/test_functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh
index 7e24f2e0b6..42c7d614d3 100755
--- a/source4/script/tests/test_functions.sh
+++ b/source4/script/tests/test_functions.sh
@@ -71,7 +71,7 @@ slapd_start() {
export PATH
# running slapd in the background means it stays in the same process group, so it can be
# killed by timelimit
- slapd -d0 -f $SLAPD_CONF -h $LDAPI_ESCAPE &
+ slapd -d0 -f $SLAPD_CONF -h $LDAP_URI_ESCAPE &
PATH=$OLDPATH
export PATH
return $?;