summaryrefslogtreecommitdiff
path: root/test/find-service
diff options
context:
space:
mode:
Diffstat (limited to 'test/find-service')
-rwxr-xr-xtest/find-service4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/find-service b/test/find-service
index e9aad177..c53e6eb0 100755
--- a/test/find-service
+++ b/test/find-service
@@ -9,8 +9,8 @@ if (len(sys.argv) < 2):
bus = dbus.SystemBus()
-manager = dbus.Interface(bus.get_object('org.moblin.connman', '/'),
- 'org.moblin.connman.Manager')
+manager = dbus.Interface(bus.get_object('net.connman', '/'),
+ 'net.connman.Manager')
path = manager.LookupService(sys.argv[1])