X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5c07ba71b9ea3444dddb22dc373a4afe55ad5568..7ebd22d96eab9fbc3d6180ea6697c7a86ad08657:/tests/nothing.py diff --git a/tests/nothing.py b/tests/nothing.py index aeb0308..f3bdeb9 100755 --- a/tests/nothing.py +++ b/tests/nothing.py @@ -22,9 +22,8 @@ import dtest,time def test(): """Just start the server and then stop it a few seconds later""" - dtest.start() + dtest.start_daemon() time.sleep(2) - dtest.stop() if __name__ == '__main__': dtest.run()