aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_file.rb')
-rw-r--r--test/ruby/test_file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb
index 9775c91ce3..77be3237c3 100644
--- a/test/ruby/test_file.rb
+++ b/test/ruby/test_file.rb
@@ -385,6 +385,7 @@ class TestFile < Test::Unit::TestCase
end
def test_statfs
+ skip "not implemented" unless $stdout.respond_to?(:statfs)
open(__FILE__) do |f|
st = f.statfs
assert_kind_of File::Statfs, st