From 8f9b451dd8260417fa57f88c6df09e41535d3c2b Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 30 Nov 2012 17:14:24 +0000 Subject: assert_in_out_err with block ignores test_stdout git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38078 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 dc75605a2a..34fb33dd17 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) - assert_in_out_err([], <<-INPUT, /\A#\z/) do + assert_in_out_err(['-W0'], <<-INPUT, /\A#\z/) + require 'dl' require 'objspace' print DL::Handle::NEXT.inspect INPUT - end end end unless /mswin|mingw/ =~ RUBY_PLATFORM -- cgit v1.2.3