From d11a583392d8bfc3ae5c2b7e03e6ca17d179db3e Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 18 Jun 2026 03:56:36 +0000 Subject: openssl-ruby-tests: prefer 40 over 34 --- src/regress/lib/libssl/openssl-ruby/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index 77aaab0fd7..6e77ed963c 100644 --- a/src/regress/lib/libssl/openssl-ruby/Makefile +++ b/src/regress/lib/libssl/openssl-ruby/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.18 2026/06/18 02:48:09 tb Exp $ +# $OpenBSD: Makefile,v 1.19 2026/06/18 03:56:36 tb Exp $ OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests -.if exists(/usr/local/bin/ruby34) -RUBY_BINREV = 34 -.else +.if exists(/usr/local/bin/ruby40) RUBY_BINREV = 40 +.else +RUBY_BINREV = 34 .endif RUBY = ruby${RUBY_BINREV} -- cgit v1.2.3-55-g6feb