diff options
author | Jakob Unterwurzacher | 2018-09-08 16:35:53 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-09-08 16:36:01 +0200 |
commit | 21b5fae0e606f14bba78abdbf36097ac447b68c4 (patch) | |
tree | da7ebdaf16b76df2ef0f6a6617d26df8ef2915bf | |
parent | ca24c206945266d6397aa0e7d136d5bdcbda777f (diff) |
tests: restore TestUtimesNanoSymlink
The function seems to have been renamed by 426b9536 by mistake.
Rename it back so the test is run again.
-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\"") } |