summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-06 17:37:45 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-06 17:37:45 +0200
commit93142642132f71154b474ef01b0ea44fc7cacddd (patch)
treed80227495d20d9e5e97ccff7f082272c48790b57 /test
parent437dd5940bad6133561cb896cd558881fa5c8b44 (diff)
a
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()