Index: tests/scm_unittest.py |
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py |
index 155d11ae7e5047f6214b2feb0acf57aca54c87c7..bd2e1485f875222af28f5ce30caafca6375bcbef 100755 |
--- a/tests/scm_unittest.py |
+++ b/tests/scm_unittest.py |
@@ -44,7 +44,8 @@ class RootTestCase(BaseSCMTestCase): |
members = [ |
'GetCasedPath', 'GenFakeDiff', 'GIT', 'SVN', 'ValidateEmail', |
'cStringIO', 'determine_scm', 'gclient_utils', 'glob', 'logging', 'os', |
- 're', 'shutil', 'subprocess', 'sys', 'tempfile', 'time', 'xml', |
+ 're', 'shutil', 'subprocess', 'subprocess2', 'sys', 'tempfile', 'time', |
+ 'xml', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(scm, members) |