about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-28 20:49:01 +0000
committerEric Wong <normalperson@yhbt.net>2011-11-28 20:49:01 +0000
commitf854b9b8a10649d1898b840a8659a69dfee693ab (patch)
treed64b236df7a2f189492a416e01bc16a16ccef9fd
parent46e6a9058535b41a27aaac7ee98e84a335f0fade (diff)
downloadmogilefs-client-f854b9b8a10649d1898b840a8659a69dfee693ab.tar.gz
It's not consistent between Ruby versions... oh well..
-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("")