summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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