summaryrefslogtreecommitdiff
path: root/test/exchange-business-cards
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-19 09:42:45 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-19 09:42:45 +0200
commit50383bf5b3af1652965b7b4652cb3270dad54b44 (patch)
tree650806d8599685954297e8062ab21473ae8945cf /test/exchange-business-cards
parent367289f37dba56d0837cff0e006036c9fe026886 (diff)
downloadbluez-50383bf5b3af1652965b7b4652cb3270dad54b44.tar.gz
test: Fix obexd object path in test scripts
Diffstat (limited to 'test/exchange-business-cards')
-rwxr-xr-xtest/exchange-business-cards2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exchange-business-cards b/test/exchange-business-cards
index 9271fdf8f..6805cf71e 100755
--- a/test/exchange-business-cards
+++ b/test/exchange-business-cards
@@ -4,7 +4,7 @@ import sys
import dbus
bus = dbus.SessionBus()
-client = dbus.Interface(bus.get_object("org.bluez.obex", "/"),
+client = dbus.Interface(bus.get_object("org.bluez.obex", "/org/bluez/obex"),
"org.bluez.obex.Client")
if (len(sys.argv) < 4):