summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-19 22:31:03 +0200
committerJakob Unterwurzacher2016-10-19 22:31:03 +0200
commit77ebd62721bb58027775a55e13c46af7371ff2c9 (patch)
treea5f3c569c51bfc3e5650b1b9021a16b01b3eee46 /tests
parent589748548f24429bb30a8aafb3cae0d295b07da0 (diff)
tests: fix forgotten variable rename
Diffstat (limited to 'tests')
-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 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]