openldap2/0230-ITS-9197-fix-info-msg-for-slapd-check.patch
2024-02-28 21:00:53 +08:00

34 lines
1 KiB
Diff

From c621153dc7dc86caab09a0afd546f5ef19904db9 Mon Sep 17 00:00:00 2001
From: Howard Chu <hyc@openldap.org>
Date: Fri, 26 Feb 2021 14:47:18 +0000
Subject: [PATCH 230/230] ITS#9197 fix info msg for slapd check
---
tests/scripts/test079-proxy-timeout | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/scripts/test079-proxy-timeout b/tests/scripts/test079-proxy-timeout
index 514bcfacc..075d64659 100644
--- a/tests/scripts/test079-proxy-timeout
+++ b/tests/scripts/test079-proxy-timeout
@@ -48,7 +48,7 @@ if test $WAIT != 0 ; then
read foo
fi
-echo "Testing slapd modify operations..."
+echo "Using ldapsearch to check that slapd is running..."
for i in 0 1 2 3 4 5; do
$LDAPSEARCH -s base -b "$MONITOR" -H $URI1 \
'objectclass=*' > /dev/null 2>&1
@@ -84,7 +84,7 @@ fi
KILLPIDS="$SERVERPID $PROXYPID"
-echo "Testing slapd modify operations..."
+echo "Using ldapsearch to check that slapd is running..."
for i in 0 1 2 3 4 5; do
$LDAPSEARCH -s base -b "$MONITOR" -H $URI2 \
'objectclass=*' > /dev/null 2>&1
--
2.30.1