diff options
author | tb <> | 2025-05-31 19:24:13 +0000 |
---|---|---|
committer | tb <> | 2025-05-31 19:24:13 +0000 |
commit | 25aff2fe17157a12a5ce5cefac17a37b3281855e (patch) | |
tree | 48e234a8e9a5b5a9b232d7f05ea7761afde329d8 /src/regress/lib/libssl/openssl-ruby | |
parent | f0b3db77abb06dfed51fd7fec660a5b6efb1d22f (diff) | |
download | openbsd-25aff2fe17157a12a5ce5cefac17a37b3281855e.tar.gz openbsd-25aff2fe17157a12a5ce5cefac17a37b3281855e.tar.bz2 openbsd-25aff2fe17157a12a5ce5cefac17a37b3281855e.zip |
openssl-ruby/Makefile: zap trailing whitespace added in previous
Diffstat (limited to 'src/regress/lib/libssl/openssl-ruby')
-rw-r--r-- | src/regress/lib/libssl/openssl-ruby/Makefile | 4 |
1 files 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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.15 2025/05/23 03:46:08 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.16 2025/05/31 19:24:13 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/ruby32) |
@@ -74,7 +74,7 @@ ${_t}: ${_BUILD_COOKIE} | |||
74 | # These tests can be a pain to run. To run a small set of individual | 74 | # These tests can be a pain to run. To run a small set of individual |
75 | # ssl tests, set the test names separated by spaces in the environment | 75 | # ssl tests, set the test names separated by spaces in the environment |
76 | # variable RUBY_SSL_TEST_TARGETS - then you can type "make <test_name>" | 76 | # variable RUBY_SSL_TEST_TARGETS - then you can type "make <test_name>" |
77 | # to run a single ruby ssl test. | 77 | # to run a single ruby ssl test. |
78 | .for _t in ${RUBY_SSL_TEST_TARGETS} | 78 | .for _t in ${RUBY_SSL_TEST_TARGETS} |
79 | REGRESS_TARGETS += ${_t} | 79 | REGRESS_TARGETS += ${_t} |
80 | REGRESS_EXPECTED_FAILURES += ${_t} | 80 | REGRESS_EXPECTED_FAILURES += ${_t} |