From: Daniel Stenberg Date: Wed, 9 Jun 2021 11:52:29 +0000 (+0200) Subject: runtests: also find the last test in Makefile.inc X-Git-Tag: curl-7_78_0~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd47b0cce921bb777661aff8af292a879cdcc089;p=thirdparty%2Fcurl.git runtests: also find the last test in Makefile.inc Closes #7209 --- diff --git a/tests/runtests.pl b/tests/runtests.pl index dd38ef4f1b..139070eb2d 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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}) {