39 lines
1.6 KiB
Diff
39 lines
1.6 KiB
Diff
From d144e881694555fc63169b069bfd4ba217fb0b78 Mon Sep 17 00:00:00 2001
|
||
From: Tero Saarni <tero.saarni@est.tech>
|
||
Date: Mon, 15 Mar 2021 20:29:01 +0200
|
||
Subject: [PATCH 233/238] ITS#9468 removed accidental unicode characters
|
||
|
||
---
|
||
tests/data/regressions/its9468/its9468 | 2 +-
|
||
tests/data/regressions/its9468/slapd-proxy.conf | 2 +-
|
||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||
|
||
diff --git a/tests/data/regressions/its9468/its9468 b/tests/data/regressions/its9468/its9468
|
||
index f79b48687..96247ca51 100755
|
||
--- a/tests/data/regressions/its9468/its9468
|
||
+++ b/tests/data/regressions/its9468/its9468
|
||
@@ -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
|
||
diff --git a/tests/data/regressions/its9468/slapd-proxy.conf b/tests/data/regressions/its9468/slapd-proxy.conf
|
||
index a2bd893c8..e19ee91de 100644
|
||
--- a/tests/data/regressions/its9468/slapd-proxy.conf
|
||
+++ b/tests/data/regressions/its9468/slapd-proxy.conf
|
||
@@ -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
|
||
--
|
||
2.32.0
|
||
|