mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 11:59:45 -05:00
ITS#10388 Fixed an error in the regression test from previous commit
This commit is contained in:
parent
cb6e2e555e
commit
1cbc8353c2
1 changed files with 2 additions and 1 deletions
|
|
@ -47,9 +47,10 @@ carLicense: \01365768
|
|||
#ldapsearch will return thes value non-encoded, as it does not have any non-printable chars
|
||||
carLicense:: \011\013MzI5NDc4OQ=="
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1
|
||||
|
||||
printf "$MODLDIF" > $TESTDIR/mod_ldif.ldif
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1
|
||||
echo "Running slapadd to build slapd database..."
|
||||
. $CONFFILTER $BACKEND < $CONF > $CONF1
|
||||
$SLAPADD -f $CONF1 -l $LDIFORDERED
|
||||
|
|
|
|||
Loading…
Reference in a new issue