From 948b0fdd995f8b499fa2ce86a8745ddd43fb7916 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 24 Oct 2024 20:14:43 -0500 Subject: [PATCH] fix --- repertory/repertory_test/include/fixtures/fuse_fixture.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/repertory/repertory_test/include/fixtures/fuse_fixture.hpp b/repertory/repertory_test/include/fixtures/fuse_fixture.hpp index 32eb914e..1d80785a 100644 --- a/repertory/repertory_test/include/fixtures/fuse_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/fuse_fixture.hpp @@ -112,7 +112,6 @@ protected: } drive_args = std::vector({ - "-sia", "-na", "sia", }); @@ -252,8 +251,7 @@ std::unique_ptr fuse_test::meta{}; template std::string fuse_test::test_directory; -// using fuse_provider_types = ::testing::Types; -using fuse_provider_types = ::testing::Types; +using fuse_provider_types = ::testing::Types; } // namespace repertory #endif // !defined(_WIN32)