aboutsummaryrefslogtreecommitdiff
path: root/tests/matrix
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-09-08 16:35:53 +0200
committerJakob Unterwurzacher2018-09-08 16:36:01 +0200
commit21b5fae0e606f14bba78abdbf36097ac447b68c4 (patch)
treeda7ebdaf16b76df2ef0f6a6617d26df8ef2915bf /tests/matrix
parentca24c206945266d6397aa0e7d136d5bdcbda777f (diff)
tests: restore TestUtimesNanoSymlink
The function seems to have been renamed by 426b9536 by mistake. Rename it back so the test is run again.
Diffstat (limited to 'tests/matrix')
-rw-r--r--tests/matrix/matrix_test.go2
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\"")
}