From 59d1d52a787a5a7d941573d983296cf149482650 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 22 Mar 2020 15:03:09 +0000 Subject: [PATCH] MFC r358089, r358797 r358089: [skip ci] delete obsolete comment in fusefs tests It should've been deleted by r349436 r358797: [skip ci] fix typo in comment in the fusefs tests --- tests/sys/fs/fusefs/io.cc | 3 --- tests/sys/fs/fusefs/notify.cc | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/sys/fs/fusefs/io.cc b/tests/sys/fs/fusefs/io.cc index 5fefdc5307d..b63127aff01 100644 --- a/tests/sys/fs/fusefs/io.cc +++ b/tests/sys/fs/fusefs/io.cc @@ -46,9 +46,6 @@ extern "C" { /* * For testing I/O like fsx does, but deterministically and without a real * underlying file system - * - * TODO: after fusefs gains the options to select cache mode for each mount - * point, run each of these tests for all cache modes. */ using namespace testing; diff --git a/tests/sys/fs/fusefs/notify.cc b/tests/sys/fs/fusefs/notify.cc index 4df0aff61b2..d41018f60f0 100644 --- a/tests/sys/fs/fusefs/notify.cc +++ b/tests/sys/fs/fusefs/notify.cc @@ -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); -- 2.45.0