X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Frun_tests.pl;h=158eaf9bab8348e9ff1b9b836a00044234b79f33;hp=b8281acceb22ca9641df05cc80bb4bc521dea1ea;hb=5a22cf96a0a1c34968c0664f99b7ebb7ccf6ed75;hpb=6e3ff63228c7b74c899b3bbc81e7f11db20956de diff --git a/test/run_tests.pl b/test/run_tests.pl index b8281acceb..158eaf9bab 100644 --- 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"));