From 6f68f268c06020b71fa35a2c247efccb3c857d9c Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 18 Nov 2023 23:54:13 -0600 Subject: [PATCH] fix --- tests/fuse_drive_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fuse_drive_test.cpp b/tests/fuse_drive_test.cpp index 50fd3d48..a9d361e1 100644 --- a/tests/fuse_drive_test.cpp +++ b/tests/fuse_drive_test.cpp @@ -519,7 +519,7 @@ static void test_xattr_removexattr(const std::string &file_path) { TEST(fuse_drive, all_tests) { auto current_directory = std::filesystem::current_path(); - for (std::size_t idx = 1U; idx < 2U; idx++) { + for (std::size_t idx = 0U; idx < 2U; idx++) { std::filesystem::current_path(current_directory); const auto test_directory =