summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/shell/test_command_processor.rb2
1 files changed, 1 insertions, 1 deletions
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) {}