From 77ebd62721bb58027775a55e13c46af7371ff2c9 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 19 Oct 2016 22:31:03 +0200 Subject: [PATCH] tests: fix forgotten variable rename --- tests/matrix/matrix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index 05b58ee..8b80448 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -693,7 +693,7 @@ func doTestUtimesNano(t *testing.T, path string) { out: [2]syscall.Timespec{{Sec: 1, Nsec: 2}, {Sec: 5, Nsec: 6}}, }, } - if fusefrontend.BrokenAtimeOmit { + if fusefrontend.BrokenAtime { // TODO remove this once the pull request is merged: // https://github.com/hanwen/go-fuse/pull/131 utimeTestcases = utimeTestcases[:1]