From b24b49d85a741f254cbe42da36e0cb93f0b0b57f Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Thu, 11 Jun 2009 00:51:14 +0000 Subject: Fixes a typo in run_tests.py and its test (by Vlad Losev). --- test/run_tests_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run_tests_test.py') 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) -- cgit v1.2.3