1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_command_processor.rb: add suffix

* test/shell/test_command_processor.rb (test_option_type): Windows
  needs a suffix to execute.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-06-23 15:08:50 +00:00
parent af4ba5c12a
commit ebf1da9de3

View file

@ -68,7 +68,7 @@ class TestShell::CommandProcessor < Test::Unit::TestCase
end
def test_option_type
name = 'foo'
name = 'foo.cmd'
path = File.join(@tmpdir, name)
open(path, 'w', 0755) {}