We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b026a71 commit c748ac9Copy full SHA for c748ac9
ChangeLog
@@ -1,3 +1,8 @@
1
+Sun Sep 20 02:18:10 2015 Tanaka Akira <akr@fsij.org>
2
+
3
+ * test/lib/envutil.rb: mkfifo command based File.mkfifo method
4
+ definition removed.
5
6
Fri Sep 18 20:11:11 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
7
8
* file.c (rb_file_s_mkfifo): implement File.mkfifo.
test/lib/envutil.rb
@@ -3,11 +3,6 @@
require "timeout"
require_relative "find_executable"
-def File.mkfifo(fn)
- ret = system("mkfifo", fn)
- raise NotImplementedError, "mkfifo fails" if !ret
9
-end unless File.respond_to?(:mkfifo) or /mswin|mingw|bccwin/ =~ RUBY_PLATFORM
10
-
11
module EnvUtil
12
def rubybin
13
if ruby = ENV["RUBY"]
0 commit comments