accept: prepare optional flags argument to accept() wrappers
[kgio.git] / test / test_pipe_read_write.rb
bloba200aebdc776c5addd25fc8fa0b3121c414b2fd4
1 require './test/lib_read_write.rb'
3 class TestKgioPipe < Test::Unit::TestCase
4   def setup
5     @rd, @wr = Kgio::Pipe.new
6   end
8   include LibReadWriteTest
9 end