]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: reset _found at the end of each iteration (#8195)
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 16 Feb 2018 13:26:26 +0000 (16:26 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Feb 2018 13:26:26 +0000 (14:26 +0100)
This makes `inst_rules` really print all rules it skips.

test/test-functions

index 75796a09add2f7d1c102d5550339d9cf59ca12c5..2ece55414a9ac8b2d40fba8e05e133527c8dfb30 100644 (file)
@@ -1058,6 +1058,7 @@ inst_rules() {
             fi
         done
         [[ $_found ]] || dinfo "Skipping udev rule: $_rule"
+        _found=
     done
 }