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:
parent
16ea66221c
commit
38751ad9ae
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
Thu Aug 7 06:05:48 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* config.guess: add powerpc-apple-haiku, i586-pc-haiku.
|
* config.guess: add powerpc-apple-haiku, i586-pc-haiku.
|
||||||
|
|
|
@ -449,6 +449,7 @@ class TestProcess < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_popen_fork
|
def test_popen_fork
|
||||||
|
return if /freebsd/ =~ RUBY_PLATFORM
|
||||||
IO.popen("-") {|io|
|
IO.popen("-") {|io|
|
||||||
if !io
|
if !io
|
||||||
puts "fooo"
|
puts "fooo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue