X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/121e365432c0a2f4bde67d553f545b5f42b88734..1c8f3db88212b2f4a5f79122af84f76b2c60da01:/tests/files.py diff --git a/tests/files.py b/tests/files.py index 938564a..e0237d4 100755 --- a/tests/files.py +++ b/tests/files.py @@ -2,7 +2,8 @@ import dtest,time,disorder,sys def test(): - """Ask the server its version number""" + """Check that the file listing comes out right""" + dtest.start_daemon() time.sleep(5) # give rescan a chance c = disorder.client() failures = 0