]> Cypherpunks repositories - gostls13.git/commit
path/filepath: use fsutil with TestEvalSymlinksCanonicalNames
authorAlex Brainman <alex.brainman@gmail.com>
Sun, 20 Mar 2016 10:12:38 +0000 (21:12 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 29 Mar 2016 05:02:40 +0000 (05:02 +0000)
commit98047376fbecedd42711c5d35ef62899dc249025
treecf9da4bb9646664cadc0ba0cf348558769964536
parentda19a0cff4312bf880363d16d28cffb31defcaa2
path/filepath: use fsutil with TestEvalSymlinksCanonicalNames

TestEvalSymlinksCanonicalNames fails on system where 8dot3 name creation
is disabled. Add new test that temporarily changes 8dot3 name creation
file system setting and runs TestEvalSymlinksCanonicalNames under that
setting. New test requires administrator access and modifies important
file system setting, so don't run the test unless explicitly requested
by specifying new test flag.

Updates #13980

Change-Id: I598b5b956e6bd0ed556e79d350cb244808c89c0b
Reviewed-on: https://go-review.googlesource.com/20863
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/path/filepath/path_windows_test.go