winfsp unit tests and fixes

This commit is contained in:
Scott E. Graves 2024-11-05 13:01:01 -06:00
parent e3ad402853
commit 3c4a4d8976

View File

@ -141,8 +141,6 @@ TYPED_TEST(winfsp_test, info_can_get_file_info) {
FILETIME file_time{};
::GetSystemTimeAsFileTime(&file_time);
auto time_high = time_low + 10000 * 10000 /* 10 seconds */;
auto file_path{
utils::path::combine(this->mount_location, {"test_file_2"}),
};