aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--test/ruby/test_process.rb1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8a9c8a466..049dfad848 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index cd4410302b..2f0777cc46 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -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"