summaryrefslogtreecommitdiff
path: root/tests
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2016-09-01 18:48:38 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2016-09-01 18:48:38 +0200
commitb750d34382895ed7effdcf07bc0056e4c5b7b20e (patch)
tree3418155dd7040eb9e0743f61e214f321a7641fd3 /tests
parent8cc48988d29e18b5e68c4378a292cf7087014307 (diff)
{Upstart,Systemd}Wrapper: use ligther proxies
(bzr r4153.9.44)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_systemd_wrapper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_systemd_wrapper.cpp b/tests/test_systemd_wrapper.cpp
index f5feff1bd..30d5f9f76 100644
--- a/tests/test_systemd_wrapper.cpp
+++ b/tests/test_systemd_wrapper.cpp
@@ -60,7 +60,6 @@ struct TestSystemdWrapper : public Test
systemd_server_->AddObjects(SYSTEMD, "/org/freedesktop/systemd1");
Utils::WaitUntilMSec([this] { return systemd_server_->IsConnected(); });
- Utils::WaitUntilMSec([this] { return systemd_wrapper_.IsConnected(); });
}
unity::glib::DBusServer::Ptr systemd_server_;