]> Cypherpunks repositories - gostls13.git/commit
path/filepath: skip part of TestNTNamespaceSymlink
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 15 Jan 2019 08:37:17 +0000 (19:37 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 15 Jan 2019 10:23:31 +0000 (10:23 +0000)
commitd82c9a167d9e3a09eb27a00b6125e1a3fea6dc3d
tree4b6ed1da938a80b7955bdd75d32c987c4f0a06fc
parent462e90259af39af9e23c9d919e002913042c2faa
path/filepath: skip part of TestNTNamespaceSymlink

Recent CL 156398 extended TestNTNamespaceSymlink. But new code
fails, if user running the test does not have sufficient privilege
to create file symlink. Skip part of TestNTNamespaceSymlink, if
user cannot create symlink.

Fixes #29745

Change-Id: Ie4176429ba9dd98553ce9e91fd19851cc7353f42
Reviewed-on: https://go-review.googlesource.com/c/157917
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/path/filepath/path_windows_test.go