summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-03-15 07:16:35 +0100
committerHans de Graaff <graaff@gentoo.org>2021-03-15 07:16:35 +0100
commit5387723150e0a1e9ccad3d0f9cdfea741a068166 (patch)
tree1f6f69b9689214834fba27119ebdf670a3aaa991 /dev-ruby/thor
parentdev-ruby/thor: add 1.1.0 (diff)
downloadgentoo-5387723150e0a1e9ccad3d0f9cdfea741a068166.tar.gz
gentoo-5387723150e0a1e9ccad3d0f9cdfea741a068166.tar.bz2
gentoo-5387723150e0a1e9ccad3d0f9cdfea741a068166.zip
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 <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/thor')
-rw-r--r--dev-ruby/thor/thor-1.1.0.ebuild5
1 files changed, 4 insertions, 1 deletions
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() {