mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ruby/digest: fix tests
Closes: https://bugs.gentoo.org/848018 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -25,5 +25,5 @@ all_ruby_prepare() {
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
${RUBY} -Ilib:.:test:test/lib -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
|
||||
${RUBY} -Ilib:ext/digest/lib:.:test:test/lib -rhelper -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user