From 25aff2fe17157a12a5ce5cefac17a37b3281855e Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 31 May 2025 19:24:13 +0000 Subject: openssl-ruby/Makefile: zap trailing whitespace added in previous --- src/regress/lib/libssl/openssl-ruby/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index 0a773b8668..1ba754c2c3 100644 --- a/src/regress/lib/libssl/openssl-ruby/Makefile +++ b/src/regress/lib/libssl/openssl-ruby/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2025/05/23 03:46:08 beck Exp $ +# $OpenBSD: Makefile,v 1.16 2025/05/31 19:24:13 tb Exp $ OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests .if exists(/usr/local/bin/ruby32) @@ -74,7 +74,7 @@ ${_t}: ${_BUILD_COOKIE} # These tests can be a pain to run. To run a small set of individual # ssl tests, set the test names separated by spaces in the environment # variable RUBY_SSL_TEST_TARGETS - then you can type "make " -# to run a single ruby ssl test. +# to run a single ruby ssl test. .for _t in ${RUBY_SSL_TEST_TARGETS} REGRESS_TARGETS += ${_t} REGRESS_EXPECTED_FAILURES += ${_t} -- cgit v1.2.3-55-g6feb