]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9931 test082 fix sed portability
authorHoward Chu <hyc@openldap.org>
Tue, 11 Oct 2022 14:21:43 +0000 (15:21 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 13 Oct 2022 16:00:24 +0000 (16:00 +0000)
tests/scripts/test082-remoteauth

index d3e0ba194dc54179756f8065a649705db673cc83..b20a6f9dc77f6ed967f545fb15902c492b829eaa 100755 (executable)
@@ -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#moduleload ../servers/slapd/overlays/remoteauth.la\\