This commit is contained in:
Scott E. Graves 2024-07-16 09:51:46 -05:00
parent bd2dd4035e
commit 2001ffc27c

View File

@ -921,7 +921,7 @@ TEST(remote_fuse, all_tests) {
if (found_port) { if (found_port) {
console_consumer c; console_consumer c;
app_config config(provider_type::remote, "./fuse_remote"); app_config config(provider_type::remote, fuse_remote_dir);
config.set_remote_host_name_or_ip("localhost"); config.set_remote_host_name_or_ip("localhost");
config.set_remote_port(port); config.set_remote_port(port);
config.set_remote_token("testtoken"); config.set_remote_token("testtoken");
@ -986,6 +986,6 @@ TEST(remote_fuse, all_tests) {
} }
event_system::instance().stop(); event_system::instance().stop();
EXPECT_TRUE(utils::file::delete_directory_recursively("./fuse_remote")); EXPECT_TRUE(utils::file::delete_directory_recursively(fuse_remote_dir));
} }
} // namespace fuse_test } // namespace fuse_test