From 21b5fae0e606f14bba78abdbf36097ac447b68c4 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 8 Sep 2018 16:35:53 +0200 Subject: tests: restore TestUtimesNanoSymlink The function seems to have been renamed by 426b9536 by mistake. Rename it back so the test is run again. --- tests/matrix/matrix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/matrix') 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\"") } -- cgit v1.2.3