mirror of
https://github.com/curl/curl.git
synced 2026-07-24 01:47:20 +03:00
parent
77ae8f26ad
commit
dd47b0cce9
1 changed files with 1 additions and 1 deletions
|
|
@ -3556,7 +3556,7 @@ sub singletest {
|
|||
# timestamp test preparation start
|
||||
$timeprepini{$testnum} = Time::HiRes::time();
|
||||
|
||||
if($disttests !~ /test$testnum\W/ ) {
|
||||
if($disttests !~ /test$testnum(\W|\z)/ ) {
|
||||
logmsg "Warning: test$testnum not present in tests/data/Makefile.inc\n";
|
||||
}
|
||||
if($disabled{$testnum}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue