aboutsummaryrefslogtreecommitdiff
path: root/zencore/filesystem.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-10-01 11:02:19 +0200
committerPer Larsson <[email protected]>2021-10-01 11:02:19 +0200
commit9fc0d2d328c71f6e485fc1a054e2ac89bf654f62 (patch)
treedeeca6412abae932c985829b7c7b520983b276fd /zencore/filesystem.cpp
parentstructured cache: fixed how HEAD requests are handled (diff)
downloadzen-9fc0d2d328c71f6e485fc1a054e2ac89bf654f62.tar.xz
zen-9fc0d2d328c71f6e485fc1a054e2ac89bf654f62.zip
Clang format fix.
Diffstat (limited to 'zencore/filesystem.cpp')
-rw-r--r--zencore/filesystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/filesystem.cpp b/zencore/filesystem.cpp
index a06c00e41..1d6b2f61c 100644
--- a/zencore/filesystem.cpp
+++ b/zencore/filesystem.cpp
@@ -815,7 +815,7 @@ TEST_CASE("filesystem")
using namespace std::filesystem;
// GetExePath
- path BinPath = GetRunningExecutablePath();
+ path BinPath = GetRunningExecutablePath();
const bool ExpectedExe = BinPath.stem() == "zencore-test" || BinPath.stem() == "zenserver-test";
CHECK(ExpectedExe);
CHECK(is_regular_file(BinPath));