win32/win32.c (rb_w32_spawn): use shell if a commandline contain double-quote character.
win32/win32.c (is_internal_cmd): similar, use shell if a commandline contain caret character.
test/ruby/test_system.rb (TestSystem#test_system_at): fix wrong test case. if system() invoke a command by using shell, system() never return nil. Also, "" quotation must not appear twice in a command line.
win32/win32.c (rb_w32_spawn): use shell if a commandline contain
double-quote character.
win32/win32.c (is_internal_cmd): similar, use shell if a commandline
contain caret character.
test/ruby/test_system.rb (TestSystem#test_system_at): fix
wrong test case. if system() invoke a command by using shell,
system() never return nil. Also, "" quotation must not appear
twice in a command line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e