summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/apitest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apitest b/test/apitest
index ccb40bbe..b1c3f103 100755
--- a/test/apitest
+++ b/test/apitest
@@ -415,7 +415,7 @@ class Tester:
self.dbus_dev_sig_setup()
print 'Listening for events...'
- elif self.cmd in mgr_cmds:
+ if self.cmd in mgr_cmds:
try:
self.dbus_mgr_setup()
except dbus.DBusException, e: