about summary refs log tree commit homepage
path: root/test/test_splice_eintr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_splice_eintr.rb')
-rw-r--r--test/test_splice_eintr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_splice_eintr.rb b/test/test_splice_eintr.rb
index 3a5d96f..41b6dd0 100644
--- a/test/test_splice_eintr.rb
+++ b/test/test_splice_eintr.rb
@@ -27,7 +27,7 @@ class Test_Splice_EINTR < Test::Unit::TestCase
       sleep 0.01
       wr.write "HI"
     end
-    nr = SleepyPenguin.splice rd, nil, tmp, nil, 666
+    nr = SleepyPenguin.splice rd, tmp, 666
     assert_equal 2, nr
     assert_equal 1, @usr1
   end