32
32
self.fail("bad output from bzr %s:\n%r" % (cmd, output))
33
33
# see https://launchpad.net/products/bzr/+bug/35940, -h doesn't work
35
47
def test_help_commands(self):
36
48
dash_help = self.runbzr('--help commands')[0]
37
49
commands = self.runbzr('help commands')[0]