From d8da36dd227122126db565f056cbb3c3493d7c33 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 30 Nov 2012 01:29:57 +0000 Subject: Refix r38002: capture_subprocess_io also doesn't fork git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/dl/test_handle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/dl') diff --git a/test/dl/test_handle.rb b/test/dl/test_handle.rb index c6aae89f69..dc75605a2a 100644 --- a/test/dl/test_handle.rb +++ b/test/dl/test_handle.rb @@ -159,11 +159,11 @@ module DL # interface, below, should be used, since getpid() is a function and not a # data object.) # --- FreeBSD 8.0 dlsym(3) - out, err = capture_subprocess_io do + assert_in_out_err([], <<-INPUT, /\A#\z/) do require 'objspace' print DL::Handle::NEXT.inspect + INPUT end - assert_match(/\A#\z/, out + err) end end unless /mswin|mingw/ =~ RUBY_PLATFORM -- cgit v1.2.3