diff options
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.py b/test/test.py index d219d2f..8c96e8d 100644 --- a/test/test.py +++ b/test/test.py | |||
| @@ -13,9 +13,9 @@ import unittest | |||
| 13 | 13 | ||
| 14 | VERBOSITY = 3 | 14 | VERBOSITY = 3 |
| 15 | 15 | ||
| 16 | clean = glob.glob('clean.*') | 16 | clean = glob.glob('clean*') |
| 17 | clean.sort() | 17 | clean.sort() |
| 18 | dirty = glob.glob('dirty.*') | 18 | dirty = glob.glob('dirty*') |
| 19 | dirty.sort() | 19 | dirty.sort() |
| 20 | 20 | ||
| 21 | FILE_LIST = zip(clean, dirty) | 21 | FILE_LIST = zip(clean, dirty) |
