summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_installer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_installer.rb')
-rw-r--r--test/rubygems/test_gem_installer.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/rubygems/test_gem_installer.rb b/test/rubygems/test_gem_installer.rb
index edcc2216bd..61609a26c9 100644
--- a/test/rubygems/test_gem_installer.rb
+++ b/test/rubygems/test_gem_installer.rb
@@ -1652,19 +1652,6 @@ end
installer.install
end
assert_path_exist so
- rescue StandardError
- puts "-" * 78
- puts File.read File.join(@gemhome, "gems", "a-2", "Makefile")
- puts "-" * 78
-
- path = File.join(@gemhome, "gems", "a-2", "gem_make.out")
-
- if File.exist?(path)
- puts File.read(path)
- puts "-" * 78
- end
-
- raise
end
end