tests: fix forgotten variable rename
This commit is contained in:
parent
589748548f
commit
77ebd62721
@ -693,7 +693,7 @@ func doTestUtimesNano(t *testing.T, path string) {
|
|||||||
out: [2]syscall.Timespec{{Sec: 1, Nsec: 2}, {Sec: 5, Nsec: 6}},
|
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:
|
// TODO remove this once the pull request is merged:
|
||||||
// https://github.com/hanwen/go-fuse/pull/131
|
// https://github.com/hanwen/go-fuse/pull/131
|
||||||
utimeTestcases = utimeTestcases[:1]
|
utimeTestcases = utimeTestcases[:1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user