ruby-changes:59219
From: Nobuyoshi <ko1@a...>
Date: Thu, 12 Dec 2019 20:53:46 +0900 (JST)
Subject: [ruby-changes:59219] b6f25318c5 (master): Cygwin path cannot be mapped to a UNC as-is
https://git.ruby-lang.org/ruby.git/commit/?id=b6f25318c5 From b6f25318c5a1efca0ab963b49ae69db82787e783 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 12 Dec 2019 20:50:01 +0900 Subject: Cygwin path cannot be mapped to a UNC as-is diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb index 9153298..02f7464 100644 --- a/test/ruby/test_file.rb +++ b/test/ruby/test_file.rb @@ -451,7 +451,7 @@ class TestFile < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_file.rb#L451 end end - if /(bcc|ms|cyg)win|mingw|emx/ =~ RUBY_PLATFORM + if /mswin|mingw/ =~ RUBY_PLATFORM def test_long_unc feature3399 = '[ruby-core:30623]' path = File.expand_path(__FILE__) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/