From 0c579b0a97bdec40ed58e15ab611ec00bb83d48d Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Fri, 18 Oct 2019 12:02:38 -0700 Subject: [ruby/dbm] 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/dbm/commit/1f0ff0bce1 --- test/dbm/test_dbm.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/dbm/test_dbm.rb b/test/dbm/test_dbm.rb index d7cb5497fc..dcbe57851c 100644 --- a/test/dbm/test_dbm.rb +++ b/test/dbm/test_dbm.rb @@ -63,7 +63,6 @@ if defined? DBM result = Object.new assert_same(result, @dbm_rdonly.fetch("bar") {|k| notfound = k; result}) assert_equal("bar", notfound) - assert_predicate(notfound, :tainted?) end end -- cgit v1.2.3