From d5b47a803ce11e03847331150dec20dfae8e6067 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 29 Oct 2024 14:53:30 -0500 Subject: [PATCH] winfsp unit tests and fixes --- repertory/repertory_test/include/fixtures/winfsp_fixture.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp index 8429e18c..a31d794d 100644 --- a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp @@ -67,8 +67,7 @@ protected: ASSERT_TRUE(utils::file::directory(test_directory).remove_recursively()); - mount_location = utils::path::combine(test_directory, {"mount"}); - ASSERT_TRUE(utils::file::directory(mount_location).create_directory()); + mount_location = "U:"; cfg_directory = utils::path::combine(test_directory, {"cfg"}); ASSERT_TRUE(utils::file::directory(cfg_directory).create_directory());