diff options
| author | tb <> | 2025-06-27 03:32:08 +0000 |
|---|---|---|
| committer | tb <> | 2025-06-27 03:32:08 +0000 |
| commit | bafcef418658b430090fdb86fe81962e208a491d (patch) | |
| tree | 87a8c570d52527ca6874414578e8934f0cb8295a /src | |
| parent | a4426ba3128325167349959c43db7e5f7c233ebf (diff) | |
| download | openbsd-bafcef418658b430090fdb86fe81962e208a491d.tar.gz openbsd-bafcef418658b430090fdb86fe81962e208a491d.tar.bz2 openbsd-bafcef418658b430090fdb86fe81962e208a491d.zip | |
openssl-ruby-tests: prepare for ruby default switch to 3.4
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/openssl-ruby/Makefile | 8 |
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 1ba754c2c3..19d2f2fc40 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.16 2025/05/31 19:24:13 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2025/06/27 03:32:08 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/ruby33) |
| 5 | RUBY_BINREV = 32 | ||
| 6 | .else | ||
| 7 | RUBY_BINREV = 33 | 5 | RUBY_BINREV = 33 |
| 6 | .else | ||
| 7 | RUBY_BINREV = 34 | ||
| 8 | .endif | 8 | .endif |
| 9 | RUBY = ruby${RUBY_BINREV} | 9 | RUBY = ruby${RUBY_BINREV} |
| 10 | 10 | ||
