]> Cypherpunks repositories - gostls13.git/commit
path/filepath: add a test case for EvalSymlinks error
authorHiroshi Ioka <hirochachacha@gmail.com>
Thu, 18 Aug 2016 09:40:02 +0000 (18:40 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Oct 2016 14:01:03 +0000 (14:01 +0000)
commitb65cdc28882bfd7c4be46e811a6a7841d9fb7d53
treee90fb71092fc61fd0001f12a54c1e46fa78a7fa0
parent6e759ad2e2ae53f08db4470aa60e972eb908f2ef
path/filepath: add a test case for EvalSymlinks error

EvalSymlinks returns error if given path or its target path don't exist.
Add a test for future improvement.

Change-Id: Ic9a4aa5eaee0fe7ac523d54d8eb3132a11b380b3
Reviewed-on: https://go-review.googlesource.com/27330
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
src/path/filepath/path_test.go