From 9c917a91192f20e84076cd1b745ae4b159feaa40 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 18 Nov 2023 19:08:14 -0600 Subject: [PATCH] enable s3 test --- 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 70f09aad..e7696ddf 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 =