mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_file_exhaustive.rb (setup): workaround for Windows
Vista. * test/ruby/envutil.rb (rubyexec): now Open3.open3 is supported on Windows. * test/ruby/test_process.rb: use ``||'' instead of ``;'' because cmd.exe not support it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
95698ff2a4
commit
1de486b600
4 changed files with 16 additions and 10 deletions
|
@ -34,11 +34,6 @@ module EnvUtil
|
|||
|
||||
LANG_ENVS = %w"LANG LC_ALL LC_CTYPE"
|
||||
def rubyexec(*args)
|
||||
if /(mswin|bccwin|mingw|emx)/ =~ RUBY_PLATFORM
|
||||
flunk("cannot test in win32")
|
||||
return
|
||||
end
|
||||
|
||||
ruby = EnvUtil.rubybin
|
||||
c = "C"
|
||||
env = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue