741
741
command.run(os.path.join(self._tmpdir, 'output'), 'demo@DONOTUSE')
742
742
self.failUnless(os.path.exists(os.path.join(self._tmpdir,'output')))
743
743
walk_len = len(list(os.walk(os.path.join(self._tmpdir,'output'))))
746
746
def test_two_branches(self):