| Index: tests/scm_unittest.py | 
| diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py | 
| index a9c71c165b66aab9baaf7ffd3397781a15f37aed..aa3288d17f1fb525a02033a2c886a7aed76129c7 100755 | 
| --- a/tests/scm_unittest.py | 
| +++ b/tests/scm_unittest.py | 
| @@ -119,7 +119,7 @@ from :3 | 
| 'COMMAND', 'Capture', 'CaptureStatus', 'FetchUpstreamTuple', | 
| 'GenerateDiff', 'GetBranch', 'GetBranchRef', 'GetCheckoutRoot', | 
| 'GetEmail', 'GetPatchName', 'GetSVNBranch', | 
| -        'GetUpstream', 'IsGitSvn', 'ShortBranchName', | 
| +        'GetUpstream', 'IsGitSvn', 'RunAndFilterOutput', 'ShortBranchName', | 
| ] | 
| # If this test fails, you should add the relevant test. | 
| self.compareMembers(scm.GIT, members) | 
|  |