with_timeout.py: fix the doctest

This commit is contained in:
Denis Bilenko
2009-06-15 17:24:39 +07:00
parent e0a7c0db34
commit a5d3ad4be6

View File

@@ -67,7 +67,7 @@ def _test():
>>> system('./with_timeout.py -t 3 __init__.py') >>> system('./with_timeout.py -t 3 __init__.py')
(0, 0) (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) (7, 3)
>>> system('./with_timeout.py -t 3 with_timeout.py --selftest1') >>> system('./with_timeout.py -t 3 with_timeout.py --selftest1')