[Openvpn-devel] [PATCH applied] Re: tests/t_lpback.sh: Switch sed(1) to POSIX-compatible regex.

2019-09-24 Thread Gert Doering
Your patch has been applied to the master and release/2.4 branch. Thanks. commit 7e4a261cc92a813f9e9ba9ee91c6e08de9d843f8 (master) commit ab34d883901e8e59abf5cc5990f1f206c9b0dc58 (release/2.4) Author: Kyle Evans Date: Fri Sep 6 19:44:59 2019 +0200 tests/t_lpback.sh: Switch sed(1) to POSIX

Re: [Openvpn-devel] [PATCH] tests/t__lpback.sh: Switch sed(1) to POSIX-compatible regex.

2019-09-24 Thread Gert Doering
Hi, On Fri, Sep 06, 2019 at 07:44:59PM +0200, Matthias Andree wrote: > --- a/tests/t_lpback.sh > +++ b/tests/t_lpback.sh > @@ -26,7 +26,7 @@ trap "rm -f key.$$ log.$$ ; exit 1" 0 3 > > # Get list of supported ciphers from openvpn --show-ciphers output > CIPHERS=$(${top_builddir}/src/openvpn/ope

Re: [Openvpn-devel] [PATCH] tests/t__lpback.sh: Switch sed(1) to POSIX-compatible regex.

2019-09-24 Thread Matthias Andree
Ping again - please review. Am 06.09.19 um 19:44 schrieb Matthias Andree: > From: Kyle Evans > > A test run with FreeBSD PR 229925 'Disallow escaping ordinary characters in > regex(3)' > reveals one sed expression that uses the GNU-extension "\s". > Given that this is the only occurrence and it'