summaryrefslogtreecommitdiff
path: root/test/set-ipv6-method
diff options
context:
space:
mode:
Diffstat (limited to 'test/set-ipv6-method')
-rwxr-xr-xtest/set-ipv6-method2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/set-ipv6-method b/test/set-ipv6-method
index c0b251ef..7f60b88a 100755
--- a/test/set-ipv6-method
+++ b/test/set-ipv6-method
@@ -11,7 +11,7 @@ if (len(sys.argv) < 3):
sys.exit(1)
bus = dbus.SystemBus()
-path = "/profile/default/" + sys.argv[1]
+path = "/net/connman/service/" + sys.argv[1]
service = dbus.Interface(bus.get_object('net.connman', path),
'net.connman.Service')