refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-10-22 19:11:00 -05:00
parent 84fc05acc0
commit 18c53fad9a
8 changed files with 55 additions and 56 deletions

View File

@@ -218,8 +218,8 @@ public:
}
static void unlink_root_file(const std::string &file_path) {
auto api_path =
utils::path::create_api_path(utils::path::strip_to_filename(file_path));
auto api_path = utils::path::create_api_path(
utils::path::strip_to_file_name(file_path));
provider->set_item_meta(api_path, {
{META_UID, std::to_string(getuid())},

View File

@@ -20,6 +20,7 @@
SOFTWARE.
*/
#if !defined(_WIN32)
#if 0
#include "fixtures/fuse_fixture.hpp"
@@ -646,4 +647,5 @@ TYPED_TEST(fuse_test, can_not_chown_user_if_not_root) {
}
} // namespace repertory
#endif // 0
#endif // !defined(_WIN32)