diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-20 16:48:32 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-20 16:48:32 +0000 |
| commit | 8eeac1072c96192f35456fcf3f88e3b8fb446ce7 (patch) | |
| tree | 29560fe29b91da535ea6ee0847437b4789aa3c65 /test/ruby/envutil.rb | |
| parent | 73941dca84ba21751336aa3d10c0ffe962870b90 (diff) | |
| download | ruby-8eeac1072c96192f35456fcf3f88e3b8fb446ce7.tar.gz ruby-8eeac1072c96192f35456fcf3f88e3b8fb446ce7.tar.xz ruby-8eeac1072c96192f35456fcf3f88e3b8fb446ce7.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@16497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/envutil.rb')
| -rw-r--r-- | test/ruby/envutil.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ruby/envutil.rb b/test/ruby/envutil.rb index bc9a2fa0a..bfecb6008 100644 --- a/test/ruby/envutil.rb +++ b/test/ruby/envutil.rb @@ -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 = {} |
