Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index 934e4bb99226507f9485de02d08c832d1c99b5dd..aa759ffb02201489abaa2842f13d434eea96ae77 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -30,8 +30,8 @@ class GclientUtilsUnittest(GclientUtilBase): |
'ParseXML', 'Popen', |
'PrintableObject', 'RemoveDirectory', 'SoftClone', 'SplitUrlRevision', |
'SyntaxErrorToError', 'WorkItem', |
- 'errno', 'logging', 'os', 'Queue', 're', 'stat', 'subprocess', |
- 'sys','threading', 'time', 'xml', |
+ 'errno', 'hack_subprocess', 'logging', 'os', 'Queue', 're', 'stat', |
+ 'subprocess', 'sys','threading', 'time', 'xml', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(gclient_utils, members) |