diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-06 13:36:57 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-06 13:36:57 +0000 |
commit | e230488cc856d9ba9e2e421fc3a56df8960f75f7 (patch) | |
tree | 787069e76ecfaa024fdfa9a0c64619ae00922c80 /regress | |
parent | 976766d45d670af9d039d04f48cfe0e65db93081 (diff) |
With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_san
is now an unexpected pass, so remove it from the expected failures.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libssl/openssl-ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/openssl-ruby/Makefile b/regress/lib/libssl/openssl-ruby/Makefile index bbdb33e4e40..d85fca0638b 100644 --- a/regress/lib/libssl/openssl-ruby/Makefile +++ b/regress/lib/libssl/openssl-ruby/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2021/10/28 11:01:19 tb Exp $ +# $OpenBSD: Makefile,v 1.7 2022/01/06 13:36:56 tb Exp $ OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests RUBY_BINREV = 30 @@ -56,7 +56,7 @@ retest: rm -f ${_TEST_COOKIE} ${_MAKE} test -.for _t in test_client_ca test_post_connection_check_wildcard_san +.for _t in test_client_ca REGRESS_TARGETS += ${_t} REGRESS_EXPECTED_FAILURES += ${_t} ${_t}: ${_BUILD_COOKIE} |