about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--test/test_mogilefs_integration.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_mogilefs_integration.rb b/test/test_mogilefs_integration.rb
index 18ecd21..e7ca642 100644
--- a/test/test_mogilefs_integration.rb
+++ b/test/test_mogilefs_integration.rb
@@ -19,8 +19,6 @@ class TestMogileFSIntegration < TestMogIntegration
     tmp.close!
     assert_equal 4, @client.get_file_data("CRUD", tmp_path)
     assert_equal "DATA", File.read(tmp_path)
-    st = File.stat(tmp_path)
-    assert_equal 0100600, st.mode
     File.unlink(tmp_path)
 
     sio = StringIO.new("")