projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace cipherlist test
[openssl.git]
/
test
/
run_tests.pl
diff --git
a/test/run_tests.pl
b/test/run_tests.pl
index
b8281ac
..
158eaf9
100644
(file)
--- a/
test/run_tests.pl
+++ b/
test/run_tests.pl
@@
-39,7
+39,7
@@
if (@ARGV) {
@tests = @ARGV;
}
my $list_mode = scalar(grep /^list$/, @tests) != 0;
-if (grep /^
alltests|list
$/, @tests) {
+if (grep /^
(alltests|list)
$/, @tests) {
@tests = grep {
basename($_) =~ /^[0-9][0-9]-[^\.]*\.t$/
} glob(catfile($recipesdir,"*.t"));