fix
This commit is contained in:
@ -53,8 +53,8 @@ static void can_delete_test(remote_client &client) {
|
||||
EXPECT_TRUE(nf);
|
||||
if (nf) {
|
||||
EXPECT_EQ(STATUS_INVALID_HANDLE,
|
||||
client.winfsp_can_delete(
|
||||
reinterpret_cast<PVOID>(nf.get_handle()), api_path.c_str());
|
||||
client.winfsp_can_delete(reinterpret_cast<PVOID>(nf.get_handle()),
|
||||
api_path.c_str()));
|
||||
|
||||
nf.close();
|
||||
EXPECT_TRUE(utils::file::retry_delete_file(test_file));
|
||||
|
Reference in New Issue
Block a user