about summary refs log tree commit homepage
path: root/test/mgmt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/mgmt.rb')
-rw-r--r--test/mgmt.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mgmt.rb b/test/mgmt.rb
index c3c6a66..67ffca1 100644
--- a/test/mgmt.rb
+++ b/test/mgmt.rb
@@ -332,7 +332,8 @@ class TestMgmt < Test::Unit::TestCase
     assert_nil lines.grep(/\b#{max + 1}\b/)[0]
     assert File.exist?("#@tmpdir/dev#{max}/usage")
     assert ! File.exist?("#@tmpdir/dev#{max + 1}/usage")
-  end
+  end if `which iostat 2>/dev/null`.chomp.size != 0 &&
+         RUBY_PLATFORM !~ /kfreebsd-gnu/
 
   def test_iostat_watch
     Dir.mkdir("#@tmpdir/dev666")