diff tests/plugin-plugin/main.cpp @ 486:0b156b82b8c1

Irccd: rework of paths, closes #611
author David Demelier <markand@malikania.fr>
date Thu, 20 Jul 2017 15:12:41 +0200
parents c6fbb6e0e06d
children beb6c638b841
line wrap: on
line diff
--- a/tests/plugin-plugin/main.cpp	Thu Jul 27 16:44:57 2017 +0200
+++ b/tests/plugin-plugin/main.cpp	Thu Jul 20 15:12:41 2017 +0200
@@ -24,7 +24,6 @@
 #include <irccd/logger.hpp>
 #include <irccd/server.hpp>
 #include <irccd/service.hpp>
-#include <irccd/path.hpp>
 
 #include "plugin-tester.hpp"
 
@@ -124,7 +123,6 @@
 
 int main(int argc, char **argv)
 {
-    path::setApplicationPath(argv[0]);
     testing::InitGoogleTest(&argc, argv);
     log::setLogger(std::make_unique<log::SilentLogger>());