From db440bc6f04e7e4e4c2986a5ef17b698735e7899 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 22 May 2008 02:40:50 +0000 Subject: * test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderr of the child process. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72f03dc67..da20198da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 22 11:39:59 2008 Tanaka Akira + + * test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderr + of the child process. + Thu May 22 08:28:49 2008 Yukihiro Matsumoto * array.c (flatten): free memo hash table before raising exception. -- cgit