837
837
self.runbzr('missing ../missing/new-branch')
839
839
def test_external_command(self):
841
846
cmd_name = 'test-command'
843
847
if sys.platform == 'win32':
849
849
oldpath = os.environ.get('BZRPATH', None)
854
852
if os.environ.has_key('BZRPATH'):
855
853
del os.environ['BZRPATH']