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:
parent
af4ba5c12a
commit
ebf1da9de3
1 changed files with 1 additions and 1 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Reference in a new issue