mirror of
https://github.com/powerline/powerline.git
synced 2025-07-03 20:14:54 +02:00
Fix error in python-3* that happens while checking branch name
This commit is contained in:
parent
4d4da56838
commit
d7d8108230
@ -519,7 +519,7 @@ class TestVCS(TestCase):
|
|||||||
call(['git', 'checkout', '-q', 'branch2'], cwd=GIT_REPO)
|
call(['git', 'checkout', '-q', 'branch2'], cwd=GIT_REPO)
|
||||||
self.do_branch_rename_test(repo, 'branch2')
|
self.do_branch_rename_test(repo, 'branch2')
|
||||||
call(['git', 'checkout', '-q', '--detach', 'branch1'], cwd=GIT_REPO)
|
call(['git', 'checkout', '-q', '--detach', 'branch1'], cwd=GIT_REPO)
|
||||||
self.do_branch_rename_test(repo, lambda b: re.match(r'^[a-f0-9]+$', b))
|
self.do_branch_rename_test(repo, lambda b: re.match(br'^[a-f0-9]+$', b))
|
||||||
finally:
|
finally:
|
||||||
call(['git', 'checkout', '-q', 'master'], cwd=GIT_REPO)
|
call(['git', 'checkout', '-q', 'master'], cwd=GIT_REPO)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user