Description: tainting mechanism made no-op in ruby2.7
 skip related patches
Bug-Debian: https://bugs.debian.org/952063
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2020-03-02

--- a/test/test-security.rb
+++ b/test/test-security.rb
@@ -14,7 +14,7 @@
     assert_equal(0, $SAFE)
   end
 
-  def test_parse
+  def _test_parse
     safe(1) {
       assert_equal(1, $SAFE)
       assert_nothing_raised { HTree.parse("") }
@@ -24,7 +24,7 @@
     assert_nothing_raised { HTree.parse("".taint) }
   end
 
-  def test_template
+  def _test_template
     safe(1) {
       assert_nothing_raised { HTree.expand_template("/dev/null", nil, '') }
       assert_raise(SecurityError) { HTree.expand_template("/dev/null".taint, nil, '') }
