From 340daad2c53e03fdc65eebe426bda0ad4f505141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 8 Jan 2020 17:54:21 +0100 Subject: [PATCH] Enable 'TestEnv#test_fetch' test fixed upstream. --- ruby.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ruby.spec b/ruby.spec index b524d2d..70611aa 100644 --- a/ruby.spec +++ b/ruby.spec @@ -863,10 +863,6 @@ sed -i '/def test_mdns_each_address$/,/^ end$/ s/^/#/' test/resolv/test_mdns.rb # https://bugs.ruby-lang.org/issues/16410 MSPECOPTS="$MSPECOPTS -P 'File.utime allows Time instances in the far future to set mtime and atime'" -# Avoid TestEnv#test_fetch test failure due to did_you_mean gem presence. -# https://bugs.ruby-lang.org/issues/16361 -sed -i "/'key not found: \"test\"'/ s/'/\//g" test/ruby/test_env.rb - make check TESTS="-v $DISABLE_TESTS" MSPECOPT="-fs $MSPECOPTS" %files