diff --git a/repertory/repertory_test/include/fixtures/drive_fixture.hpp b/repertory/repertory_test/include/fixtures/drive_fixture.hpp index 59bb979a..c6700671 100644 --- a/repertory/repertory_test/include/fixtures/drive_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/drive_fixture.hpp @@ -534,10 +534,10 @@ using platform_provider_types = remote_s3_encryption, remote_s3_legacy_encryption, local_sia, remote_sia>; #if defined(_WIN32) -using winfsp_test = drive_fixture; -#else -using fuse_test = drive_fixture; -#endif +template using winfsp_test = drive_fixture; +#else // !defined(_WIN32) +template using fuse_test = drive_fixture; +#endif // defined(_WIN32) } // namespace repertory #endif // REPERTORY_TEST_INCLUDE_FIXTURES_DRIVE_FIXTURE_HPP