=== modified file 'mandos-ctl' --- mandos-ctl 2019-03-17 10:59:24 +0000 +++ mandos-ctl 2019-03-17 11:10:21 +0000 @@ -1502,7 +1502,6 @@ def RemoveClient(self, dbus_path): self.calls.append(("RemoveClient", (dbus_path,))) mandos = MockMandos() - super(TestBaseCommands, self).setUp() command.Remove().run(self.clients, self.bus, mandos) self.assertEqual(len(mandos.calls), 2) for clientpath in self.clients: