diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2019-06-26 00:03:37 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2019-06-26 00:03:37 +0000 |
| commit | 0a8fe2d3697ef841ccfd03f0a1f66e6d5abe77ad (patch) | |
| tree | 5006206bc8dc745c71699b62ea3ecfdb90618dd2 /tests | |
| parent | 788af9538ac14c408e096e3dd8f531fb66d8a798 (diff) | |
Notes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/fs/fusefs/write.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/sys/fs/fusefs/write.cc b/tests/sys/fs/fusefs/write.cc index 3dd6e1cf39919..147027d1b0ae7 100644 --- a/tests/sys/fs/fusefs/write.cc +++ b/tests/sys/fs/fusefs/write.cc @@ -1117,8 +1117,7 @@ TEST_F(WriteBackAsync, timestamps_during_setattr) expect_open(ino, 0, 1); EXPECT_CALL(*m_mock, process( ResultOf([=](auto in) { - /* In protocol 7.23, ctime will be changed too */ - uint32_t valid = FATTR_MODE | FATTR_MTIME; + uint32_t valid = FATTR_MODE | FATTR_MTIME | FATTR_CTIME; return (in.header.opcode == FUSE_SETATTR && in.header.nodeid == ino && in.body.setattr.valid == valid); |
