From 5082754f5958f3216e1a9a80fba5364c25dd948a Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 11 Oct 2022 15:21:43 +0100 Subject: [PATCH] ITS#9931 test082 fix sed portability --- tests/scripts/test082-remoteauth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test082-remoteauth b/tests/scripts/test082-remoteauth index 1fb706306e..03fa961a9c 100755 --- a/tests/scripts/test082-remoteauth +++ b/tests/scripts/test082-remoteauth @@ -310,7 +310,7 @@ KILLPIDS="$BACKEND_PID" sleep $SLEEP0 echo "Testing slapd.conf support..." -sed -e "s,database\\s*monitor,\\ +sed -e "s,database.*monitor,\\ TLSCACertificateFile $TESTDIR/tls/ca/certs/testsuiteCA.crt\\ \\ #remoteauthmod#modulepath ../servers/slapd/overlays/\\ -- 2.47.3