test: Fix list-adapters typo
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Apr 2011 10:03:47 +0000 (12:03 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 21 Oct 2011 06:54:02 +0000 (23:54 -0700)
test/list-adapters

index 171d568..af30f8f 100755 (executable)
@@ -43,7 +43,7 @@ for path in properties["Adapters"]:
     if "CurrentTarget" in properties.keys():
            path = str(properties["CurrentTarget"]);
 
-           print "        Target = [ %s]" % (path)
+           print "        Target = [ %s ]" % (path)
 
            target = dbus.Interface(bus.get_object("org.neard", path),
                                                "org.neard.Target")