703
703
command.run(os.path.join(self._tmpdir, 'output'), 'demo@DONOTUSE')
704
704
self.failUnless(os.path.exists(os.path.join(self._tmpdir,'output')))
705
705
walk_len = len(list(os.walk(os.path.join(self._tmpdir,'output'))))
708
708
def test_two_branches(self):