Skip to content

Commit 3a314b3

Browse files
committed
Remove the tests for __pycache__ because they get messed up if you actually run python anything in the ack3 tree.
1 parent d50110c commit 3a314b3

File tree

7 files changed

+0
-12
lines changed

7 files changed

+0
-12
lines changed

MANIFEST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ t/range/anchors-aweigh.html
139139
t/range/johnny-rebeck.txt
140140
t/range/stars-and-stripes-forever.html
141141

142-
t/swamp/__pycache__/notes.pl
143142
t/swamp/#emacs-workfile.pl#
144143
t/swamp/0
145144
t/swamp/CMakeLists.txt

t/default-filter.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ filter_test(
6161
't/swamp/service.svc',
6262
't/swamp/test.py',
6363
't/swamp/test_foo.py',
64-
't/swamp/__pycache__/notes.pl',
6564
't/swamp/blib/ignore.pm',
6665
't/swamp/blib/ignore.pod',
6766
't/swamp/groceries/fruit',

t/ext-filter.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use App::Ack::Filter::Extension;
1212
filter_test(
1313
[ ext => qw/pl pod pm t/ ], [
1414
't/swamp/Makefile.PL',
15-
't/swamp/__pycache__/notes.pl',
1615
't/swamp/blib/ignore.pm',
1716
't/swamp/blib/ignore.pod',
1817
't/swamp/constitution-100k.pl',

t/file-iterator.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ UNFILTERED: {
3434

3535
sets_match( \@files, [qw(
3636
t/swamp/0
37-
t/swamp/__pycache__/notes.pl
3837
t/swamp/blib/ignore.pm
3938
t/swamp/blib/ignore.pod
4039
t/swamp/constitution-100k.pl

t/firstlinematch-filter.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ filter_test(
1414
't/swamp/#emacs-workfile.pl#',
1515
't/swamp/0',
1616
't/swamp/Makefile.PL',
17-
't/swamp/__pycache__/notes.pl',
1817
't/swamp/options-crlf.pl',
1918
't/swamp/options.pl',
2019
't/swamp/options.pl.bak',

t/noackrc.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ prep_environment();
1111

1212
my @expected = (
1313
't/swamp/Makefile.PL',
14-
't/swamp/__pycache__/notes.pl',
1514
't/swamp/constitution-100k.pl',
1615
't/swamp/options-crlf.pl',
1716
't/swamp/options.pl',

t/swamp/__pycache__/notes.pl

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)