X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/7ebd22d96eab9fbc3d6180ea6697c7a86ad08657..81e440cef0e926bb730916f50edc635f75822cf1:/tests/nothing.py diff --git a/tests/nothing.py b/tests/nothing.py index f3bdeb9..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()