8000 Removed temporary workaround for MinGW · ruby/ruby@5f5d84a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f5d84a

Browse files
committed
Removed temporary workaround for MinGW
1 parent fdb2bee commit 5f5d84a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/openssl/test_x509req.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def test_public_key
3535
end
3636

3737
def test_version
38-
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
3938
req = issue_csr(0, @dn, @rsa1024, OpenSSL::Digest.new('SHA1'))
4039
assert_equal(0, req.version)
4140
req = OpenSSL::X509::Request.new(req.to_der)
@@ -97,7 +96,6 @@ def test_attr
9796
end
9897

9998
def test_sign_and_verify_rsa_sha1
100-
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
10199
req = issue_csr(0, @dn, @rsa1024, OpenSSL::Digest.new('SHA1'))
102100
assert_equal(true, req.verify(@rsa1024))
103101
assert_equal(false, req.verify(@rsa2048))

0 commit comments

Comments
 (0)
0