From a837ee6bc9d221c12e33a0f8f53cf110b6a6daeb Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 20 Sep 2025 08:53:16 -0500 Subject: [PATCH] [unit test] Complete FUSE unit tests #22 --- .../repertory_test/src/fuse_drive_truncate_ftruncate_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory_test/src/fuse_drive_truncate_ftruncate_test.cpp b/repertory/repertory_test/src/fuse_drive_truncate_ftruncate_test.cpp index de91c855..a0b302e0 100644 --- a/repertory/repertory_test/src/fuse_drive_truncate_ftruncate_test.cpp +++ b/repertory/repertory_test/src/fuse_drive_truncate_ftruncate_test.cpp @@ -166,8 +166,8 @@ TYPED_TEST(fuse_test, ftruncate_fails_if_file_is_read_only) { this->unlink_file_and_test(src); } -/* // TODO revisit tests +/* TYPED_TEST(fuse_test, ftruncate_on_ro_mount_erofs_or_skip) { if (this->current_provider != provider_type::sia) return;