diff -r d98134ae80ba -r 380eea1f5add tests/run-tests.py --- a/tests/run-tests.py Sun Oct 21 16:10:04 2012 +0100 +++ b/tests/run-tests.py Wed Oct 24 23:09:31 2012 +0200 @@ -1170,9 +1170,9 @@ checktools() - if len(args) == 0: - args = os.listdir(".") - args.sort() + if len(args) == 0: + args = os.listdir(".") + args.sort() tests = args