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:
parent
ca24c20694
commit
21b5fae0e6
@ -699,7 +699,7 @@ func TestLchown(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set nanoseconds by path, symlink
|
// Set nanoseconds by path, symlink
|
||||||
func Symlink(t *testing.T) {
|
func TestUtimesNanoSymlink(t *testing.T) {
|
||||||
if runtime.GOOS == "darwin" {
|
if runtime.GOOS == "darwin" {
|
||||||
t.Skipf("MacOS \"touch\" does not support \"--no-dereference\"")
|
t.Skipf("MacOS \"touch\" does not support \"--no-dereference\"")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user