summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild')
-rw-r--r--dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild b/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild
index 835263a659bf..5246e27311ab 100644
--- a/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild
+++ b/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild
@@ -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."
}