diff --git a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp index d91bb193..8429e18c 100644 --- a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp @@ -195,8 +195,9 @@ public: } static void execute_mount() { - auto mount_cmd = "start .\\repertory.exe -dd \"" + config->get_data_directory() + - "\"" + " " + utils::string::join(drive_args, ' '); + auto mount_cmd = "start .\\repertory.exe -dd \"" + + config->get_data_directory() + "\"" + " " + + utils::string::join(drive_args, ' '); std::cout << "mount command: " << mount_cmd << std::endl; ASSERT_EQ(0, system(mount_cmd.c_str())); std::this_thread::sleep_for(5s);