diff options
| author | tb <> | 2023-09-24 07:01:40 +0000 |
|---|---|---|
| committer | tb <> | 2023-09-24 07:01:40 +0000 |
| commit | 5acac0d9eb050bed59c544f6d142e1b0230b2fda (patch) | |
| tree | e97ba56302e8e5be3b9365aab7b46388f1b05f26 /src | |
| parent | 54bf2af7b8ff2db5d79b519f0ad83e153a11e0a4 (diff) | |
| download | openbsd-5acac0d9eb050bed59c544f6d142e1b0230b2fda.tar.gz openbsd-5acac0d9eb050bed59c544f6d142e1b0230b2fda.tar.bz2 openbsd-5acac0d9eb050bed59c544f6d142e1b0230b2fda.zip | |
openssl-ruby tests: remove fallback to ruby31
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/openssl-ruby/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index ac925b8e0b..40b6a374d5 100644 --- a/src/regress/lib/libssl/openssl-ruby/Makefile +++ b/src/regress/lib/libssl/openssl-ruby/Makefile | |||
| @@ -1,11 +1,7 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.10 2023/06/04 11:33:45 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2023/09/24 07:01:40 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/ruby31) | ||
| 5 | RUBY_BINREV = 31 | ||
| 6 | .else | ||
| 7 | RUBY_BINREV = 32 | 4 | RUBY_BINREV = 32 |
| 8 | .endif | ||
| 9 | RUBY = ruby${RUBY_BINREV} | 5 | RUBY = ruby${RUBY_BINREV} |
| 10 | 6 | ||
| 11 | # We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose | 7 | # We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose |
