From 5dddfe2b90e714386d7e050bc3161d60483729ea Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Jun 2017 15:08:50 +0000 Subject: 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 --- test/shell/test_command_processor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/shell/test_command_processor.rb') diff --git a/test/shell/test_command_processor.rb b/test/shell/test_command_processor.rb index 9abc75d5e6..06b5ecc1d9 100644 --- a/test/shell/test_command_processor.rb +++ b/test/shell/test_command_processor.rb @@ -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) {} -- cgit v1.2.3