summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/main.cpp b/test/main.cpp
index dffb19e1..d0bf23ed 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -19,8 +19,6 @@ app::app(const Arguments& arguments):
.setFlags(Platform::Sdl2Application::GLConfiguration::Flag::Debug)
}
{
- if (auto path_opt = Utility::Path::executableLocation(); path_opt)
- std::filesystem::current_path(std::string{Utility::Path::split(*path_opt).first()});
}
app::~app()