From 0828483ece11c999c4bb2da8c8bf0eabdf71f5bb Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 19 Sep 2015 17:18:49 +0000 Subject: * test/lib/envutil.rb: mkfifo command based File.mkfifo method definition removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/lib/envutil.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/lib') diff --git a/test/lib/envutil.rb b/test/lib/envutil.rb index b37d180c20..1e0cf61b95 100644 --- a/test/lib/envutil.rb +++ b/test/lib/envutil.rb @@ -3,11 +3,6 @@ require "open3" require "timeout" require_relative "find_executable" -def File.mkfifo(fn) - ret = system("mkfifo", fn) - raise NotImplementedError, "mkfifo fails" if !ret -end unless File.respond_to?(:mkfifo) or /mswin|mingw|bccwin/ =~ RUBY_PLATFORM - module EnvUtil def rubybin if ruby = ENV["RUBY"] -- cgit v1.2.3