summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py4
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
14VERBOSITY = 3 14VERBOSITY = 3
15 15
16clean = glob.glob('clean.*') 16clean = glob.glob('clean*')
17clean.sort() 17clean.sort()
18dirty = glob.glob('dirty.*') 18dirty = glob.glob('dirty*')
19dirty.sort() 19dirty.sort()
20 20
21FILE_LIST = zip(clean, dirty) 21FILE_LIST = zip(clean, dirty)