diff options
author | tb <> | 2022-01-06 13:36:56 +0000 |
---|---|---|
committer | tb <> | 2022-01-06 13:36:56 +0000 |
commit | 7bcedf6cb8c06798dd9388ed678a2230e1b00cf4 (patch) | |
tree | ec2d583a4042721911f721777e2346b1f47b531b /src | |
parent | 12e443dcd95e1b8963bdfb2543ed0a94c2ba4a5c (diff) | |
download | openbsd-7bcedf6cb8c06798dd9388ed678a2230e1b00cf4.tar.gz openbsd-7bcedf6cb8c06798dd9388ed678a2230e1b00cf4.tar.bz2 openbsd-7bcedf6cb8c06798dd9388ed678a2230e1b00cf4.zip |
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 'src')
-rw-r--r-- | src/regress/lib/libssl/openssl-ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index bbdb33e4e4..d85fca0638 100644 --- a/src/regress/lib/libssl/openssl-ruby/Makefile +++ b/src/regress/lib/libssl/openssl-ruby/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2021/10/28 11:01:19 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2022/01/06 13:36:56 tb Exp $ |
2 | 2 | ||
3 | OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests | 3 | OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests |
4 | RUBY_BINREV = 30 | 4 | RUBY_BINREV = 30 |
@@ -56,7 +56,7 @@ retest: | |||
56 | rm -f ${_TEST_COOKIE} | 56 | rm -f ${_TEST_COOKIE} |
57 | ${_MAKE} test | 57 | ${_MAKE} test |
58 | 58 | ||
59 | .for _t in test_client_ca test_post_connection_check_wildcard_san | 59 | .for _t in test_client_ca |
60 | REGRESS_TARGETS += ${_t} | 60 | REGRESS_TARGETS += ${_t} |
61 | REGRESS_EXPECTED_FAILURES += ${_t} | 61 | REGRESS_EXPECTED_FAILURES += ${_t} |
62 | ${_t}: ${_BUILD_COOKIE} | 62 | ${_t}: ${_BUILD_COOKIE} |