X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/fbcfb25715ddbb522c8efac3faec1eca4811683d..31773020eedbe29daff0a407619df9607e569e22:/tests/nothing.py diff --git a/tests/nothing.py b/tests/nothing.py index a635f7f..c12443e 100755 --- a/tests/nothing.py +++ b/tests/nothing.py @@ -21,9 +21,8 @@ import dtest,time def test(): - """Just start the server and then stop it a few seconds later""" + """Just start the server and then stop it""" dtest.start_daemon() - time.sleep(2) if __name__ == '__main__': - dtest.run(test) + dtest.run()