summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index ed60452b36..20875f7175 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -2003,6 +2003,8 @@ class TestIO < Test::Unit::TestCase
end
end
false
+ rescue LoadError
+ raise File.read("ext/-test-/file/mkmf.log")
end
def test_seek