1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/process.rb (test_popen_fork): skip a test which is

freeze in FreeBSD.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2008-08-06 21:33:24 +00:00
parent 16ea66221c
commit 38751ad9ae
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Thu Aug 7 06:31:12 2008 NARUSE, Yui <naruse@ruby-lang.org>
* test/ruby/process.rb (test_popen_fork): skip a test which is
freeze in FreeBSD.
Thu Aug 7 06:05:48 2008 NARUSE, Yui <naruse@ruby-lang.org>
* config.guess: add powerpc-apple-haiku, i586-pc-haiku.

View file

@ -449,6 +449,7 @@ class TestProcess < Test::Unit::TestCase
end
def test_popen_fork
return if /freebsd/ =~ RUBY_PLATFORM
IO.popen("-") {|io|
if !io
puts "fooo"