Skip to content

Commit b59d0c7

Browse files
authored
Merge pull request #1188 from LAJW/any-desc
test.pl - go through all child directories [master edition]
2 parents 4dd5405 + 4448258 commit b59d0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/test.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ ()
184184
my @list;
185185

186186
opendir CWD, ".";
187-
@list = grep { !/^\./ && -d "$_" && !/CVS/ && -s "$_/test.desc" } readdir CWD;
187+
@list = grep { !/^\./ && -d "$_" && !/CVS/ } readdir CWD;
188188
closedir CWD;
189189

190190
@list = sort @list;

0 commit comments

Comments
 (0)