mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
[skip ci] fix typo in comment in the fusefs tests
MFC after: 2 weeks
This commit is contained in:
parent
3823477b39
commit
cc6e71e16c
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ TEST_F(Notify, inval_inode_with_clean_cache)
|
|||
pthread_join(th0, &thr0_value);
|
||||
EXPECT_EQ(0, (intptr_t)thr0_value);
|
||||
|
||||
/* cache attributes were been purged; this will trigger a new GETATTR */
|
||||
/* cache attributes were purged; this will trigger a new GETATTR */
|
||||
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
|
||||
EXPECT_EQ(uid, sb.st_uid);
|
||||
EXPECT_EQ(size1, sb.st_size);
|
||||
|
|
|
|||
Loading…
Reference in a new issue