From c9e57161cc6f605282b084d63cfd19531576de20 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 20 Jun 2022 17:33:03 +0200 Subject: [PATCH] autotest: add missing `next` in cmptrash() this doesn't really matter, as the branches are mutually exclusive anyway, but still. amends 01329bdf. --- src/run-tests.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/run-tests.pl b/src/run-tests.pl index 144ba94..459142a 100755 --- 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";