diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-02-19 11:05:13 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-02-19 11:05:13 +0900 |
commit | c14d295afd45d1edd08c23048f7719bca3c79072 (patch) | |
tree | 554ceabf0066d53f253aa025b24e013ccbfbd11b /test | |
parent | 7e577e150a6897074bb5aaafb298b0605f00970f (diff) |
Fix accidentally changed to rename test method at d95d3484a90a985b971ef4c55762847d92b6c81a
Diffstat (limited to 'test')
-rw-r--r-- | test/openssl/test_provider.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_provider.rb b/test/openssl/test_provider.rb index 80cf96771c..52865d5388 100644 --- a/test/openssl/test_provider.rb +++ b/test/openssl/test_provider.rb @@ -11,7 +11,7 @@ class OpenSSL::TestProvider < OpenSSL::TestCase end; end - def test_openssl_provider_name + def test_openssl_provider_names omit if /freebsd/ =~ RUBY_PLATFORM with_openssl <<-'end;' |