aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_tests_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_tests_test.py')
-rwxr-xr-xtest/run_tests_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_tests_test.py b/test/run_tests_test.py
index 75b7d9d2..1d9f3b77 100755
--- a/test/run_tests_test.py
+++ b/test/run_tests_test.py
@@ -124,7 +124,7 @@ class FakeOs(object):
assert self.path.isdir(path)
return self.path.PathElement(path).iterkeys()
- def spawn(self, wait, executable, *kargs):
+ def spawnv(self, wait, executable, *kargs):
assert wait == FakeOs.P_WAIT
return self.spawn_impl(executable, kargs)