chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tests/queue.py: check that the queue is padded to the right length
[disorder]
/
tests
/
files.py
diff --git
a/tests/files.py
b/tests/files.py
index 3fc19f4577d3c427bbeac17e98b10ccc4737d2fe..4765f7fdc978ebe41bf6cf331a4b9442cd14a3dd 100755
(executable)
--- a/
tests/files.py
+++ b/
tests/files.py
@@
-23,7
+23,7
@@
import dtest,time,disorder,sys
def test():
"""Check that the file listing comes out right"""
dtest.start_daemon()
- assert dtest.check_files() == 0
+ assert dtest.check_files() == 0
, "dtest.check_files"
if __name__ == '__main__':
dtest.run()