dev-ruby/multipart-post: disable non-functional (and non-existant) test
authorZero_Chaos <zerochaos@gentoo.org>
Sun, 12 Jun 2016 19:59:14 +0000 (15:59 -0400)
committerZero_Chaos <zerochaos@gentoo.org>
Mon, 13 Jun 2016 04:36:21 +0000 (00:36 -0400)
Package-Manager: portage-2.3.0_rc1

dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild

index 835263a659bf6c969bd3c9c21ce3bd9d6fb1f6c4..5246e27311abee9886830e1d67cd8bd2faa2bbeb 100644 (file)
@@ -21,6 +21,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="test"
 
+RESTRICT="test"
+
 each_ruby_test() {
+       #there is no possible way this can work
+       #/usr/bin/ruby21: No such file or directory -- testrb (LoadError)
        ${RUBY} -S testrb -Ilib test || die "Tests failed."
 }