[前][次][番号順一覧][スレッド一覧]

ruby-changes:47049

From: nobu <ko1@a...>
Date: Sat, 24 Jun 2017 00:08:56 +0900 (JST)
Subject: [ruby-changes:47049] nobu:r59163 (trunk): test_command_processor.rb: add suffix

nobu	2017-06-24 00:08:50 +0900 (Sat, 24 Jun 2017)

  New Revision: 59163

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59163

  Log:
    test_command_processor.rb: add suffix
    
    * test/shell/test_command_processor.rb (test_option_type): Windows
      needs a suffix to execute.

  Modified files:
    trunk/test/shell/test_command_processor.rb
Index: test/shell/test_command_processor.rb
===================================================================
--- test/shell/test_command_processor.rb	(revision 59162)
+++ test/shell/test_command_processor.rb	(revision 59163)
@@ -68,7 +68,7 @@ class TestShell::CommandProcessor < Test https://github.com/ruby/ruby/blob/trunk/test/shell/test_command_processor.rb#L68
   end
 
   def test_option_type
-    name = 'foo'
+    name = 'foo.cmd'
     path = File.join(@tmpdir, name)
 
     open(path, 'w', 0755) {}

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]