mirror of
https://github.com/minio/minio.git
synced 2025-11-29 21:33:31 -05:00
posix: Support UNC paths on windows. (#1887)
This allows us to now use 32K paths names on windows. Fixes #1620
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
4ab57f7d60
commit
ed4fe689b4
@@ -69,6 +69,6 @@ func (s *MySuite) TestXLAPISuite(c *C) {
|
||||
|
||||
func removeRootsC(c *C, roots []string) {
|
||||
for _, root := range roots {
|
||||
os.RemoveAll(root)
|
||||
removeAll(root)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user