openldap2/0233-ITS-9468-removed-accidental-unicode-characters.patch
2024-02-28 21:00:53 +08:00

39 lines
1.6 KiB
Diff
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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