From a5d3ad4be631c3cf5704c20d2e25bf15affa122b Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Mon, 15 Jun 2009 17:24:39 +0700 Subject: [PATCH] with_timeout.py: fix the doctest --- greentest/with_timeout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greentest/with_timeout.py b/greentest/with_timeout.py index 153c4a4..db33f69 100755 --- a/greentest/with_timeout.py +++ b/greentest/with_timeout.py @@ -67,7 +67,7 @@ def _test(): >>> system('./with_timeout.py -t 3 __init__.py') (0, 0) - >>> system('./with_timeout.py -t 3 /usr/lib/python2.5/BaseHTTPServer.py') + >>> system('./with_timeout.py -t 3 /usr/lib/python2.5/BaseHTTPServer.py 0') (7, 3) >>> system('./with_timeout.py -t 3 with_timeout.py --selftest1')