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:
parent
a87d6ddaca
commit
c9e57161cc
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user