summaryrefslogtreecommitdiff
path: root/test/ruby/test_file.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-23 05:25:12 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-23 05:25:12 +0000
commit297fe29fa9f0dc43931069a2bb03c33db043f32a (patch)
tree1cae70e8360a54f146101b3183ab4a0a4c1a9a68 /test/ruby/test_file.rb
parent62713618f05b61769599c171aecfa1ea9fd931b2 (diff)
* file.c (statfs_fsid): remove statfs.f_fsid because it doesn't return
meaningful value portably. http://togetter.com/li/658517 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_file.rb')
-rw-r--r--test/ruby/test_file.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb
index 77be3237c3..2d8c86251f 100644
--- a/test/ruby/test_file.rb
+++ b/test/ruby/test_file.rb
@@ -396,7 +396,6 @@ class TestFile < Test::Unit::TestCase
assert_kind_of Integer, st.bavail
assert_kind_of Integer, st.files
assert_kind_of Integer, st.ffree
- assert_kind_of Integer, st.fsid
begin
assert_kind_of String, st.fstypename
rescue NotImplementedError