mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tst: ntptfs: new passthrough file system
This commit is contained in:
		| @@ -506,7 +506,7 @@ static void delete_dotest(ULONG Flags, PWSTR Prefix, ULONG FileInfoTimeout) | ||||
|     ASSERT(INVALID_HANDLE_VALUE != Handle); | ||||
|     CloseHandle(Handle); | ||||
|  | ||||
|     Success = RemoveDirectoryW(Dir1Path); | ||||
|     Success = RealRemoveDirectoryW(Dir1Path); | ||||
|     ASSERT(!Success); | ||||
|     ASSERT(ERROR_DIR_NOT_EMPTY == GetLastError()); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user