[ruby/openssl] Revert "Skip OpenSSL::TestHMAC#test_dup when running with RHEL9"
This reverts commit https://github.com/ruby/openssl/commit/9493d4a3bb26. https://github.com/ruby/openssl/commit/b880a023dd
This commit is contained in:
parent
b26ddfd72f
commit
74600917a8
@ -21,9 +21,6 @@ class OpenSSL::TestHMAC < OpenSSL::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_dup
|
def test_dup
|
||||||
require "etc"
|
|
||||||
pend "[Bug #19386] OpenSSL 3.0.1 of RHEL9 is not working this test" if Etc.uname[:release] =~ /el9/
|
|
||||||
|
|
||||||
h1 = OpenSSL::HMAC.new("KEY", "MD5")
|
h1 = OpenSSL::HMAC.new("KEY", "MD5")
|
||||||
h1.update("DATA")
|
h1.update("DATA")
|
||||||
h = h1.dup
|
h = h1.dup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user