diff options
| author | tb <> | 2026-06-18 03:56:36 +0000 |
|---|---|---|
| committer | tb <> | 2026-06-18 03:56:36 +0000 |
| commit | d11a583392d8bfc3ae5c2b7e03e6ca17d179db3e (patch) | |
| tree | 8813903bf9b3c73b92db65532db540c4818ba7c9 | |
| parent | 32f0851efda1c647523f8eb462764417080f0238 (diff) | |
| download | openbsd-d11a583392d8bfc3ae5c2b7e03e6ca17d179db3e.tar.gz openbsd-d11a583392d8bfc3ae5c2b7e03e6ca17d179db3e.tar.bz2 openbsd-d11a583392d8bfc3ae5c2b7e03e6ca17d179db3e.zip | |
openssl-ruby-tests: prefer 40 over 34
| -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 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 | ||
| 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/ruby34) | 4 | .if exists(/usr/local/bin/ruby40) |
| 5 | RUBY_BINREV = 34 | ||
| 6 | .else | ||
| 7 | RUBY_BINREV = 40 | 5 | RUBY_BINREV = 40 |
| 6 | .else | ||
| 7 | RUBY_BINREV = 34 | ||
| 8 | .endif | 8 | .endif |
| 9 | RUBY = ruby${RUBY_BINREV} | 9 | RUBY = ruby${RUBY_BINREV} |
| 10 | 10 | ||
