tests: restore TestUtimesNanoSymlink

The function seems to have been renamed by 426b9536 by mistake.
Rename it back so the test is run again.
This commit is contained in:
Jakob Unterwurzacher 2018-09-08 16:35:53 +02:00
parent ca24c20694
commit 21b5fae0e6

View File

@ -699,7 +699,7 @@ func TestLchown(t *testing.T) {
}
// Set nanoseconds by path, symlink
func Symlink(t *testing.T) {
func TestUtimesNanoSymlink(t *testing.T) {
if runtime.GOOS == "darwin" {
t.Skipf("MacOS \"touch\" does not support \"--no-dereference\"")
}