artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e635c6
)
openssl-ruby tests: remove fallback to ruby31
author
tb
<tb@openbsd.org>
Sun, 24 Sep 2023 07:01:40 +0000
(07:01 +0000)
committer
tb
<tb@openbsd.org>
Sun, 24 Sep 2023 07:01:40 +0000
(07:01 +0000)
regress/lib/libssl/openssl-ruby/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/openssl-ruby/Makefile
b/regress/lib/libssl/openssl-ruby/Makefile
index
ac925b8
..
40b6a37
100644
(file)
--- a/
regress/lib/libssl/openssl-ruby/Makefile
+++ b/
regress/lib/libssl/openssl-ruby/Makefile
@@
-1,11
+1,7
@@
-# $OpenBSD: Makefile,v 1.1
0 2023/06/04 11:33:45
tb Exp $
+# $OpenBSD: Makefile,v 1.1
1 2023/09/24 07:01:40
tb Exp $
OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests
-.if exists(/usr/local/bin/ruby31)
-RUBY_BINREV = 31
-.else
RUBY_BINREV = 32
-.endif
RUBY = ruby${RUBY_BINREV}
# We work in a subdirectory of obj/ since extconf.rb generates a Makefile whose