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) {}