summaryrefslogtreecommitdiff
path: root/test/test_filter.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_filter.py')
-rw-r--r--test/test_filter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_filter.py b/test/test_filter.py
index b6d5766..d8006f9 100644
--- a/test/test_filter.py
+++ b/test/test_filter.py
@@ -143,7 +143,8 @@ class generateRsyncBlacklist(unittest.TestCase):
def testExcludeFiles(self):
a=rsyncBlacklist_from_blacklist(self.example_package_list,
- listado("blacklist_sample"))
+ listado("blacklist_sample"),
+ False)
b=[self.example_package_list[0]["location"],self.example_package_list[2]["location"]]
self.assertEqual(a,b)