autotest: add missing next in cmptrash()

this doesn't really matter, as the branches are mutually exclusive
anyway, but still.

amends 01329bdf.
This commit is contained in:
Oswald Buddenhagen 2022-06-20 17:33:03 +02:00
parent a87d6ddaca
commit c9e57161cc

View File

@ -631,6 +631,7 @@ sub cmptrash($$$)
if (!defined($ph)) { if (!defined($ph)) {
print STDERR "Missing message $bn:".mn($num)."\n"; print STDERR "Missing message $bn:".mn($num)."\n";
$ret = 1; $ret = 1;
next;
} }
if ($ph) { if ($ph) {
print STDERR "Message $bn:".mn($num)." is placeholder\n"; print STDERR "Message $bn:".mn($num)." is placeholder\n";