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:
parent
c20dd2f754
commit
b6f25318c5
1 changed files with 1 additions and 1 deletions
|
@ -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__)
|
||||
|
|
Loading…
Reference in a new issue