From 290903dba01d97bc6869886eccef0378dcdd5e0c Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Fri, 18 Oct 2019 12:45:15 -0700 Subject: [ruby/zlib] Remove taint support Ruby 2.7 deprecates taint and it no longer has an effect. The lack of taint support should not cause a problem in previous Ruby versions. https://github.com/ruby/zlib/commit/21711ed0ce --- test/zlib/test_zlib.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/zlib') diff --git a/test/zlib/test_zlib.rb b/test/zlib/test_zlib.rb index bc8b976518..7df53bd538 100644 --- a/test/zlib/test_zlib.rb +++ b/test/zlib/test_zlib.rb @@ -1103,7 +1103,6 @@ if defined? Zlib class TestZlib < Test::Unit::TestCase def test_version assert_instance_of(String, Zlib.zlib_version) - assert(Zlib.zlib_version.tainted?) end def test_adler32 -- cgit v1.2.3