This commit is contained in:
2024-08-07 11:27:21 -05:00
parent 8262c2db29
commit 1cdc174207

View File

@ -54,7 +54,7 @@ static void can_delete_test(remote_client &client) {
if (nf) {
EXPECT_EQ(STATUS_INVALID_HANDLE,
client.winfsp_can_delete(reinterpret_cast<PVOID>(nf.get_handle()),
api_path.c_str()));
api_path.data()));
nf.close();
EXPECT_TRUE(utils::file::retry_delete_file(test_file));