mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
silence stderr correctly
This commit is contained in:
parent
912bbfda12
commit
e3108e6d2b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ sub skip_combinations {
|
||||||
$skip{'include/check_ipv6.inc'} = 'No IPv6' unless ipv6_ok();
|
$skip{'include/check_ipv6.inc'} = 'No IPv6' unless ipv6_ok();
|
||||||
|
|
||||||
$skip{'t/openssl_6975.test'} = 'no or too old openssl'
|
$skip{'t/openssl_6975.test'} = 'no or too old openssl'
|
||||||
unless ! IS_WINDOWS and ! system "openssl ciphers TLSv1.2 2>&1 >/dev/null";
|
unless ! IS_WINDOWS and ! system "openssl ciphers TLSv1.2 >/dev/null 2>&1";
|
||||||
|
|
||||||
%skip;
|
%skip;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue