Index: tests/git_cl_test.py |
=================================================================== |
--- tests/git_cl_test.py (revision 256001) |
+++ tests/git_cl_test.py (working copy) |
@@ -674,6 +674,10 @@ |
'rietveld.viewvc-url'],), ''), |
((['git', 'config', '--unset-all', |
'rietveld.bug-prefix'],), ''), |
+ ((['git', 'config', '--unset-all', |
+ 'rietveld.cpplint-regex'],), ''), |
+ ((['git', 'config', '--unset-all', |
+ 'rietveld.cpplint-ignore-regex'],), ''), |
((['git', 'config', 'gerrit.host', |
'gerrit.chromium.org'],), ''), |
# DownloadHooks(False) |