Index: tests/git_cl_test.py |
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
index a6aa2878d3f774577f978295cb3f3a8cedb8dc70..2d204408c29e11a6b879dea46b1c6cdf40afe00e 100755 |
--- a/tests/git_cl_test.py |
+++ b/tests/git_cl_test.py |
@@ -204,7 +204,6 @@ |
return [ |
((['git', 'config', 'core.editor'],), ''), |
] + cc_call + private_call + [ |
- ((['git', 'config', 'branch.master.canonical-url'],), ''), |
((['git', 'config', 'branch.master.base-url'],), ''), |
((['git', |
'config', '--local', '--get-regexp', '^svn-remote\\.'],), |