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
@ -68,7 +68,7 @@ class TestShell::CommandProcessor < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_option_type
|
def test_option_type
|
||||||
name = 'foo'
|
name = 'foo.cmd'
|
||||||
path = File.join(@tmpdir, name)
|
path = File.join(@tmpdir, name)
|
||||||
|
|
||||||
open(path, 'w', 0755) {}
|
open(path, 'w', 0755) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user