Skip to content

Commit af79345

Browse files
committed
Fix failing test
1 parent a2ca913 commit af79345

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_pssmain.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,8 @@ def test_only_find_files_exclude_pattern(self):
406406
self.assertFoundFiles(self.of,
407407
['testdir1/subdir1/filey.c',
408408
'testdir1/subdir1/filez.c'])
409+
410+
self.of = MockOutputFormatter('testdir1')
409411
self._run_main(['--cc', '-f', '--exclude-pattern', 'ea'])
410412
self.assertFoundFiles(self.of,
411413
['testdir1/subdir1/filey.c',

0 commit comments

Comments
 (0)