fix
This commit is contained in:
@ -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));
|
||||||
|
Reference in New Issue
Block a user