119
123
class ExternalBase(TestCaseWithTransport):
121
def runbzr(self, args, retcode=0, backtick=False):
122
127
if isinstance(args, basestring):
129
131
def check_output(self, output, *args):
130
132
"""Verify that the expected output matches what bzr says.