From 5387723150e0a1e9ccad3d0f9cdfea741a068166 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 15 Mar 2021 07:16:35 +0100 Subject: dev-ruby/thor: fix tests Closes: https://bugs.gentoo.org/724058 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff --- dev-ruby/thor/thor-1.1.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-ruby') diff --git a/dev-ruby/thor/thor-1.1.0.ebuild b/dev-ruby/thor/thor-1.1.0.ebuild index b14819b6a86b..db53dd7fc80b 100644 --- a/dev-ruby/thor/thor-1.1.0.ebuild +++ b/dev-ruby/thor/thor-1.1.0.ebuild @@ -48,8 +48,11 @@ all_ruby_prepare() { # bug 430402 sed -i -e '/uses maximum terminal width/,/end/ s:^:#:' spec/shell/basic_spec.rb || die + # Avoid specs depending on git, bug 724058 + rm -f spec/quality_spec.rb || die + # Avoid currently broken readline specs (already fixed upstream) - rm -f spec/line_editor/readline_spec.rb spec/line_editor_spec.rb || die + #rm -f spec/line_editor/readline_spec.rb spec/line_editor_spec.rb || die } each_ruby_test() { -- cgit v1.2.3-65-gdbad