From 8cc9f974d2555e89b4eefb3c44d643f23f96590d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 30 Oct 2011 16:47:44 +0100 Subject: Exotic char for th testsuite --- test/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test.py') 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 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) -- cgit v1.3