From 33e441ce348e728f218c74cf527f0cd3e949ab73 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 1 Oct 2011 18:56:36 +0200 Subject: Precision --- test/test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test.py b/test/test.py index 9b99ecc..d219d2f 100644 --- a/test/test.py +++ b/test/test.py @@ -13,10 +13,11 @@ import unittest VERBOSITY = 3 -clean = glob.glob('clean*') +clean = glob.glob('clean.*') clean.sort() -dirty = glob.glob('dirty*') +dirty = glob.glob('dirty.*') dirty.sort() + FILE_LIST = zip(clean, dirty) try: -- cgit v1.3