diff options
author | Jakob Unterwurzacher | 2016-10-19 22:31:03 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-19 22:31:03 +0200 |
commit | 77ebd62721bb58027775a55e13c46af7371ff2c9 (patch) | |
tree | a5f3c569c51bfc3e5650b1b9021a16b01b3eee46 /tests/matrix | |
parent | 589748548f24429bb30a8aafb3cae0d295b07da0 (diff) |
tests: fix forgotten variable rename
Diffstat (limited to 'tests/matrix')
-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 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] |