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 =