View | Details | Raw Unified | Return to bug 240306
Collapse All | Expand All

(-)security/openvpn/files/patch-tests_t__lpback.sh (+11 lines)
Line 0 Link Here
1
--- tests/t_lpback.sh.orig	2019-09-03 13:22:50 UTC
2
+++ tests/t_lpback.sh
3
@@ -26,7 +26,7 @@ trap "rm -f key.$$ tc-server-key.$$ tc-client-key.$$ l
4
 
5
 # Get list of supported ciphers from openvpn --show-ciphers output
6
 CIPHERS=$(${top_builddir}/src/openvpn/openvpn --show-ciphers | \
7
-            sed -e '/The following/,/^$/d' -e s'/ .*//' -e '/^\s*$/d')
8
+            sed -e '/The following/,/^$/d' -e s'/ .*//' -e '/^[[:space:]]*$/d')
9
 
10
 # SK, 2014-06-04: currently the DES-EDE3-CFB1 implementation of OpenSSL is
11
 # broken (see http://rt.openssl.org/Ticket/Display.html?id=2867), so exclude
(-)security/openvpn-mbedtls/files/patch-tests_t__lpback.sh (+11 lines)
Line 0 Link Here
1
--- tests/t_lpback.sh.orig	2019-09-03 13:22:50 UTC
2
+++ tests/t_lpback.sh
3
@@ -26,7 +26,7 @@ trap "rm -f key.$$ tc-server-key.$$ tc-client-key.$$ l
4
 
5
 # Get list of supported ciphers from openvpn --show-ciphers output
6
 CIPHERS=$(${top_builddir}/src/openvpn/openvpn --show-ciphers | \
7
-            sed -e '/The following/,/^$/d' -e s'/ .*//' -e '/^\s*$/d')
8
+            sed -e '/The following/,/^$/d' -e s'/ .*//' -e '/^[[:space:]]*$/d')
9
 
10
 # SK, 2014-06-04: currently the DES-EDE3-CFB1 implementation of OpenSSL is
11
 # broken (see http://rt.openssl.org/Ticket/Display.html?id=2867), so exclude

Return to bug 240306