diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/matrix/matrix_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index f34c167..642de01 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -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\"") } |