fix
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-07-17 17:27:48 -05:00
parent a409408ac0
commit 7590fc4f45

View File

@ -518,8 +518,8 @@ TEST(fuse_drive, all_tests) {
get_test_dir(), {"fuse_drive" + std::to_string(idx)}); get_test_dir(), {"fuse_drive" + std::to_string(idx)});
EXPECT_TRUE(utils::file::delete_directory_recursively(test_directory)); EXPECT_TRUE(utils::file::delete_directory_recursively(test_directory));
const auto mount_location = const auto mount_location =
utils::path::combine(test_directory, {"mount", std::to_string(idx})); utils::path::combine(test_directory, {"mount", std::to_string(idx)});
EXPECT_TRUE(utils::file::create_full_directory_path(mount_location)); EXPECT_TRUE(utils::file::create_full_directory_path(mount_location));
{ {