This commit is contained in:
2024-08-07 11:14:31 -05:00
parent 1751847ec2
commit 37b1e156d4

View File

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