aboutsummaryrefslogtreecommitdiffstats
path: root/test/zlib
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2019-10-18 12:45:15 -0700
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-10-31 15:34:01 +0900
commit290903dba01d97bc6869886eccef0378dcdd5e0c (patch)
tree154f802bbeefb1cde346e55805d8e20a0557b072 /test/zlib
parentbc7fbb6f02f47f2e1ac2bcb3175324bb96c08247 (diff)
downloadruby-290903dba01d97bc6869886eccef0378dcdd5e0c.tar.gz
[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
Diffstat (limited to 'test/zlib')
-rw-r--r--test/zlib/test_zlib.rb1
1 files changed, 0 insertions, 1 deletions
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