Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[t/harness] remove variable $recurse
  • Loading branch information
moritz committed Feb 26, 2009
1 parent af9452e commit 1951708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/harness
Expand Up @@ -73,7 +73,7 @@ sub all_in {

my $currfile = File::Spec->catfile( $start, $file );
if ( -d $currfile ) {
push( @hits, all_in( $currfile ) ) if $recurse;
push( @hits, all_in( $currfile ) );
} else {
push( @hits, $currfile ) if $currfile =~ /\.t$/;
}
Expand Down

0 comments on commit 1951708

Please sign in to comment.