]> Cypherpunks repositories - gostls13.git/commit
path/filepath: fix EvalSymlinks(".") on windows
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 21 Sep 2015 06:12:24 +0000 (16:12 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sun, 1 Nov 2015 04:45:37 +0000 (04:45 +0000)
commit3d5163cf4348b5e697dcbf09897a62893876ac3c
tree4bfea22b4c92f0556928d2c450a51354d0a81fe9
parent914db9f060b1fd3eb1f74d48f3bd46a73d4ae9c7
path/filepath: fix EvalSymlinks(".") on windows

Also new tests added. So, perhaps, this CL corrects
even more broken EvalSymlinks behaviour.

Fixes #12451

Change-Id: I81b9d92bab74bcb8eca6db6633546982fe5cec87
Reviewed-on: https://go-review.googlesource.com/16192
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/path/filepath/path_test.go
src/path/filepath/symlink.go
src/path/filepath/symlink_windows.go