about summary refs log tree commit homepage
path: root/test/test_splice.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_splice.rb')
-rw-r--r--test/test_splice.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_splice.rb b/test/test_splice.rb
index 71e0117..3650ee3 100644
--- a/test/test_splice.rb
+++ b/test/test_splice.rb
@@ -245,7 +245,6 @@ class TestSplice < Test::Unit::TestCase
   end
 
   def test_constants
-    assert SleepyPenguin::PIPE_BUF > 0
     %w(move nonblock more).each { |x|
       assert Integer === SleepyPenguin.const_get("F_#{x.upcase}")
     }