]> Cypherpunks repositories - gostls13.git/commit
path/filepath: use testenv.MustHaveSymlink to simplify symlink tests
authorHiroshi Ioka <hirochachacha@gmail.com>
Tue, 23 Aug 2016 13:59:27 +0000 (22:59 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 23 Aug 2016 14:53:47 +0000 (14:53 +0000)
commit03723c909ee7b75c0c88ddb3f547642b9f48b009
treee11cc514e51499f629f93f79f6df735eb9048865
parente893c72f2a5ec41bbf14f23b95ae10caf609260a
path/filepath: use testenv.MustHaveSymlink to simplify symlink tests

Cleanup test code for symbolic links.

Change-Id: I25f561cd34dc4d120a4143f933619d233a6cffc5
Reviewed-on: https://go-review.googlesource.com/27573
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/path/filepath/match_test.go
src/path/filepath/path_test.go
src/path/filepath/path_windows_test.go