equal
deleted
inserted
replaced
1242 os.umask(022) |
1242 os.umask(022) |
1243 |
1243 |
1244 checktools() |
1244 checktools() |
1245 |
1245 |
1246 if len(args) == 0: |
1246 if len(args) == 0: |
1247 args = os.listdir(".") |
1247 args = sorted(os.listdir(".")) |
1248 args.sort() |
|
1249 |
1248 |
1250 tests = args |
1249 tests = args |
1251 |
1250 |
1252 # Reset some environment variables to well-known values so that |
1251 # Reset some environment variables to well-known values so that |
1253 # the tests produce repeatable output. |
1252 # the tests produce repeatable output. |