fix
This commit is contained in:
parent
bd2dd4035e
commit
2001ffc27c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user