repo.or.cz
/
kgio.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
drop remaining 1.8 and fragile autopush code paths
[kgio.git]
/
test
/
test_pipe_read_write.rb
blob
a200aebdc776c5addd25fc8fa0b3121c414b2fd4
1
require './test/lib_read_write.rb'
2
3
class TestKgioPipe < Test::Unit::TestCase
4
def setup
5
@rd, @wr = Kgio::Pipe.new
6
end
7
8
include LibReadWriteTest
9
end