From 76cffcdbf2554afbaf8018b8a6c5993bf09577c1 Mon Sep 17 00:00:00 2001 From: shirosaki Date: Sat, 24 Nov 2012 04:01:43 +0000 Subject: Fix TestProcess#test_setsid * test/ruby/test_process.rb (TestProcess#test_setsid): "./ruby-trunk" doesn't work on all environments. EnvUtil.rubybin would be suitable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index c4427be33c..ce80beabdd 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1562,7 +1562,7 @@ class TestProcess < Test::Unit::TestCase return unless Process.respond_to?(:setsid) return unless Process.respond_to?(:getsid) - IO.popen(["./ruby-trunk", "-e", <