isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit c9e57161cc6f605282b084d63cfd19531576de20
parent a87d6ddaca91adc05cf6f6bf62a26a52ce388e4c
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Mon, 20 Jun 2022 17:33:03 +0200

autotest: add missing `next` in cmptrash()

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

amends 01329bdf.

Diffstat:
Msrc/run-tests.pl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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