diff options
author | tb <> | 2024-08-31 11:14:58 +0000 |
---|---|---|
committer | tb <> | 2024-08-31 11:14:58 +0000 |
commit | 2049348fa6a328167273a9ddbd4a308041e0fe16 (patch) | |
tree | 9b9ecb5fd18f0dd889dd0e7cff3ad4f3b94dfde5 | |
parent | 697a63f71706485cd88353d851dde7ea7482ab7d (diff) | |
download | openbsd-2049348fa6a328167273a9ddbd4a308041e0fe16.tar.gz openbsd-2049348fa6a328167273a9ddbd4a308041e0fe16.tar.bz2 openbsd-2049348fa6a328167273a9ddbd4a308041e0fe16.zip |
Undo workaround for EVP_PKEY_*check() removal
-rw-r--r-- | src/regress/lib/libssl/openssl-ruby/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index 4e6d2a3dd9..af8083f662 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.13 2024/08/29 17:16:40 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.14 2024/08/31 11:14:58 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 | .if exists(/usr/local/bin/ruby32) | 4 | .if exists(/usr/local/bin/ruby32) |
@@ -37,8 +37,7 @@ ${_BUILD_COOKIE}: ${_BUILDDIR_COOKIE} | |||
37 | make; | 37 | make; |
38 | touch $@ | 38 | touch $@ |
39 | 39 | ||
40 | # XXX - remove [^c] after bump | 40 | OPENSSL_RUBY_TESTSRC = ${OPENSSL_RUBY_TESTS}/test/openssl/test_*.rb |
41 | OPENSSL_RUBY_TESTSRC = ${OPENSSL_RUBY_TESTS}/test/openssl/test_*[^c].rb | ||
42 | ${_TEST_COOKIE}: ${_BUILD_COOKIE} ${_BUILDDIR_COOKIE} | 41 | ${_TEST_COOKIE}: ${_BUILD_COOKIE} ${_BUILDDIR_COOKIE} |
43 | cd ${BUILDDIR} && \ | 42 | cd ${BUILDDIR} && \ |
44 | env SKIP_EXPECTED_FAILURES=true ${RUBY} -I. \ | 43 | env SKIP_EXPECTED_FAILURES=true ${RUBY} -I. \ |