From: Evgeny Vereshchagin Date: Fri, 16 Feb 2018 13:26:26 +0000 (+0300) Subject: tests: reset _found at the end of each iteration (#8195) X-Git-Tag: v238~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31ce89e7d9272d01a749737c9622e8eff2d8a112;p=thirdparty%2Fsystemd.git tests: reset _found at the end of each iteration (#8195) This makes `inst_rules` really print all rules it skips. --- diff --git a/test/test-functions b/test/test-functions index 75796a09add..2ece55414a9 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1058,6 +1058,7 @@ inst_rules() { fi done [[ $_found ]] || dinfo "Skipping udev rule: $_rule" + _found= done }