diff tests/js-timer/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 f9b4101fa51c
children 7e273b7f4f92
line wrap: on
line diff
--- a/tests/js-timer/main.cpp	Thu Jul 27 16:44:57 2017 +0200
+++ b/tests/js-timer/main.cpp	Thu Jul 20 15:12:41 2017 +0200
@@ -103,7 +103,6 @@
 {
     // Needed for some components.
     sys::setProgramName("irccd");
-    path::setApplicationPath(argv[0]);
     log::setLogger(std::make_unique<log::SilentLogger>());
     log::setVerbose(true);
     testing::InitGoogleTest(&argc, argv);