ITS#9468 removed accidental unicode characters

This commit is contained in:
Tero Saarni 2021-03-15 20:29:01 +02:00 committed by Quanah Gibson-Mount
parent 97217da5e3
commit b1226f5606
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ KILLPIDS="$KILLPIDS $LDAPSEARCHPID"
# Open fifo as file descriptor
exec 3>$TESTDIR/ldapsearch.fifo
# Trigger LDAP connections towards the proxy by executing a search
# Trigger LDAP connections towards the proxy by executing a search
echo 'objectclass=*' >&3
# Wait for ldapsearch process on the background to catch up reading the fifo
sleep 2

View File

@ -29,7 +29,7 @@ argsfile @TESTDIR@/slapd.m.args
#mod#moduleload back_@BACKEND@.la
#ldapmod#modulepath ../servers/slapd/back-ldap/
#ldapmod#moduleload back_ldap.la
#rwmmod#modulepath ../servers/slapd/overlays/
#rwmmod#modulepath ../servers/slapd/overlays/
#rwmmod#moduleload rwm.la
#monitormod#modulepath ../servers/slapd/back-monitor/
#monitormod#moduleload back_monitor.la