[ruby-cvs:78653] dd60856f8d (master): [cygwin] fix File.absolute_path? test
"Nobuyoshi Nakada" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Nobuyoshi Nakada 2019-12-12 20:53:59 +0900 (Thu, 12 Dec 2019)
New Revision: dd60856f8d
https://github.com/ruby/ruby/commit/dd60856f8d
Log:
[cygwin] fix File.absolute_path? test
Paths start with the root are absolute on cygwin, regardless the
drive letter.
Modified files:
test/ruby/test_file.rb