[前][次][番号順一覧][スレッド一覧]

ruby-changes:25959

From: naruse <ko1@a...>
Date: Fri, 30 Nov 2012 09:55:15 +0900 (JST)
Subject: [ruby-changes:25959] naruse:r38016 (trunk): Use capture_subprocess_io instead of capture_io. fix r38002

naruse	2012-11-30 09:54:04 +0900 (Fri, 30 Nov 2012)

  New Revision: 38016

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38016

  Log:
    Use capture_subprocess_io instead of capture_io. fix r38002

  Modified files:
    trunk/test/dl/test_handle.rb

Index: test/dl/test_handle.rb
===================================================================
--- test/dl/test_handle.rb	(revision 38015)
+++ test/dl/test_handle.rb	(revision 38016)
@@ -159,7 +159,7 @@
         # interface, below, should be used, since getpid() is a function and not a
         # data object.)
         # --- FreeBSD 8.0 dlsym(3)
-        out, err = capture_io do
+        out, err = capture_subprocess_io do
           require 'objspace'
           print DL::Handle::NEXT.inspect
         end

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]