summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-08-31 11:14:59 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-08-31 11:14:59 +0000
commit05bca719f644d9e78b3ee2a20abf20989a11203c (patch)
tree7c759ef9e846579445d9f4e30cc29a56bd9da3f8 /regress/lib
parent539a5e540c33cb28aa05f7d175aac7e477da1b16 (diff)
Undo workaround for EVP_PKEY_*check() removal
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libssl/openssl-ruby/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/lib/libssl/openssl-ruby/Makefile b/regress/lib/libssl/openssl-ruby/Makefile
index 4e6d2a3dd9c..af8083f6622 100644
--- a/regress/lib/libssl/openssl-ruby/Makefile
+++ b/regress/lib/libssl/openssl-ruby/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2024/08/29 17:16:40 tb Exp $
+# $OpenBSD: Makefile,v 1.14 2024/08/31 11:14:58 tb Exp $
OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests
.if exists(/usr/local/bin/ruby32)
@@ -37,8 +37,7 @@ ${_BUILD_COOKIE}: ${_BUILDDIR_COOKIE}
make;
touch $@
-# XXX - remove [^c] after bump
-OPENSSL_RUBY_TESTSRC = ${OPENSSL_RUBY_TESTS}/test/openssl/test_*[^c].rb
+OPENSSL_RUBY_TESTSRC = ${OPENSSL_RUBY_TESTS}/test/openssl/test_*.rb
${_TEST_COOKIE}: ${_BUILD_COOKIE} ${_BUILDDIR_COOKIE}
cd ${BUILDDIR} && \
env SKIP_EXPECTED_FAILURES=true ${RUBY} -I. \