about summary refs log tree commit homepage
path: root/test/mgmt.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-02-05 10:32:39 +0000
committerEric Wong <normalperson@yhbt.net>2012-02-05 10:32:39 +0000
commit96750cf83fde675095ce6f9567bddd88ecdda30f (patch)
tree565dd841f4de15e3db346cff67cb2004549c206f /test/mgmt.rb
parentd83fdce65a614c1f346cbc44efbd39cb4da6847b (diff)
downloadcmogstored-96750cf83fde675095ce6f9567bddd88ecdda30f.tar.gz
apparently, read() works on directories under FreeBSD.
This is non-fatal, and there's no point in testing it...
Diffstat (limited to 'test/mgmt.rb')
-rwxr-xr-xtest/mgmt.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/mgmt.rb b/test/mgmt.rb
index 630c5c1..ddb1bc8 100755
--- a/test/mgmt.rb
+++ b/test/mgmt.rb
@@ -91,8 +91,6 @@ class TestMgmt < Test::Unit::TestCase
     File.open("#@tmpdir/foo", "wb") { |fp| fp.write(buf) }
     t(expect, "MD5 /foo")
     t("/missing MD5=-1", "MD5 /missing")
-    Dir.mkdir("#@tmpdir/dev666")
-    t("ERR read /dev666 at 0 failed", "MD5 /dev666")
   end
 
   def test_continuous_feed