1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Cygwin path cannot be mapped to a UNC as-is

This commit is contained in:
Nobuyoshi Nakada 2019-12-12 20:50:01 +09:00
parent c20dd2f754
commit b6f25318c5
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -451,7 +451,7 @@ class TestFile < Test::Unit::TestCase
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__)