Skip to content

Commit 86f1d28

Browse files
Merge pull request #1187 from LAJW/test-gen-any-desc
test.pl - go through all child directories
2 parents 3bf46bf + b1531d9 commit 86f1d28

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)