diff --git a/tests/style/py-flake8.t b/tests/style/py-flake8.t index d763be1e..193cacd1 100644 --- a/tests/style/py-flake8.t +++ b/tests/style/py-flake8.t @@ -10,7 +10,7 @@ use String::ShellQuote qw/ shell_quote /; # my $cmd = shell_quote( 'flake8', '.' ); my $cmd = shell_quote( 'flake8', - grep { not($_ eq './pysollib/pysoltk.py') } glob('./pysollib/[a-z]*.py') ); + grep { not($_ eq './pysollib/pysoltk.py') } glob('./pysollib/*.py') ); # TEST eq_or_diff( scalar(`$cmd`), '', "flake8 is happy with the code." );