Bug #1265 ยป test_import.patch
test/dl/test_import.rb (working copy) | ||
---|---|---|
end
|
||
def test_io()
|
||
if( RUBY_PLATFORM != DL::BUILD_RUBY_PLATFORM )
|
||
if( RUBY_PLATFORM != DL::BUILD_RUBY_PLATFORM or
|
||
RUBY_PLATFORM.match(/mswin32/) )
|
||
return
|
||
end
|
||
io_in,io_out = IO.pipe()
|