Skip to content

Commit 8c26fc2

Browse files
committed
Revert "omit tests related legacy provider"
This reverts commit 9b7543d. The case not providing the legacy provider can happen not only in FreeBSD but also in other platforms. The fix is addressed in the next commit.
1 parent 1e8e246 commit 8c26fc2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/openssl/test_provider.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ def test_openssl_provider_name_inspect
1212
end
1313

1414
def test_openssl_provider_names
15-
omit if /freebsd/ =~ RUBY_PLATFORM
16-
1715
with_openssl <<-'end;'
1816
legacy_provider = OpenSSL::Provider.load("legacy")
1917
assert_equal(2, OpenSSL::Provider.provider_names.size)
@@ -35,8 +33,6 @@ def test_unloaded_openssl_provider
3533
end
3634

3735
def test_openssl_legacy_provider
38-
omit if /freebsd/ =~ RUBY_PLATFORM
39-
4036
with_openssl(<<-'end;')
4137
OpenSSL::Provider.load("legacy")
4238
algo = "RC4"

0 commit comments

Comments
 (0)