From 9bf416badf723ef6f3e18763b5f5864cd8b367f7 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 13 Apr 2015 15:53:25 +0000 Subject: [PATCH] Fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a890c3f5bd..47cc178299 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,9 +2,9 @@ Mon Apr 13 22:44:07 2015 Tanaka Akira * test/lib/envutil.rb (File.mkfifo): Defined using mkfifo command. - * test/ruby/test_io.rb: Ditto. + * test/ruby/test_io.rb: Use File.mkfifo. - * test/ruby/test_file_exhaustive.rb: Use File.mkfifo. + * test/ruby/test_file_exhaustive.rb: Ditto. * test/ruby/test_process.rb: Ditto.