fix
Some checks are pending
BlockStorage/repertory_linux_builds/pipeline/head Build queued...
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2023-11-18 23:54:13 -06:00
parent 983587aeb7
commit 6f68f268c0

View File

@ -519,7 +519,7 @@ static void test_xattr_removexattr(const std::string &file_path) {
TEST(fuse_drive, all_tests) { TEST(fuse_drive, all_tests) {
auto current_directory = std::filesystem::current_path(); 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); std::filesystem::current_path(current_directory);
const auto test_directory = const auto test_directory =