summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2026-06-18 03:56:36 +0000
committertb <>2026-06-18 03:56:36 +0000
commitd11a583392d8bfc3ae5c2b7e03e6ca17d179db3e (patch)
tree8813903bf9b3c73b92db65532db540c4818ba7c9 /src
parent32f0851efda1c647523f8eb462764417080f0238 (diff)
downloadopenbsd-d11a583392d8bfc3ae5c2b7e03e6ca17d179db3e.tar.gz
openbsd-d11a583392d8bfc3ae5c2b7e03e6ca17d179db3e.tar.bz2
openbsd-d11a583392d8bfc3ae5c2b7e03e6ca17d179db3e.zip
openssl-ruby-tests: prefer 40 over 34
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/openssl-ruby/Makefile8
1 files changed, 4 insertions, 4 deletions
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 @@
1# $OpenBSD: Makefile,v 1.18 2026/06/18 02:48:09 tb Exp $ 1# $OpenBSD: Makefile,v 1.19 2026/06/18 03:56:36 tb Exp $
2 2
3OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests 3OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests
4.if exists(/usr/local/bin/ruby34) 4.if exists(/usr/local/bin/ruby40)
5RUBY_BINREV = 34
6.else
7RUBY_BINREV = 40 5RUBY_BINREV = 40
6.else
7RUBY_BINREV = 34
8.endif 8.endif
9RUBY = ruby${RUBY_BINREV} 9RUBY = ruby${RUBY_BINREV}
10 10