test: Setup networking globally

This commit is contained in:
Hennadii Stepanov
2023-11-28 19:11:52 +00:00
parent 31ce305d46
commit fd4c6a10f2
3 changed files with 14 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
int64_t GetStartupTime();
void SetupEnvironment();
bool SetupNetworking();
[[nodiscard]] bool SetupNetworking();
#ifndef WIN32
std::string ShellEscape(const std::string& arg);
#endif