aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-02-16 16:26:26 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-16 14:26:26 +0100
commit31ce89e7d9272d01a749737c9622e8eff2d8a112 (patch)
tree70a5cfac0b7cdf2935ce0d286b5cc8722d7364f7 /test/test-functions
parenttest/test-functions: Debian/Ubuntu, now ship 95-dm-notify.rules, copy it (diff)
downloadsystemd-31ce89e7d9272d01a749737c9622e8eff2d8a112.tar.gz
systemd-31ce89e7d9272d01a749737c9622e8eff2d8a112.tar.bz2
systemd-31ce89e7d9272d01a749737c9622e8eff2d8a112.zip
tests: reset _found at the end of each iteration (#8195)
This makes `inst_rules` really print all rules it skips.
Diffstat (limited to 'test/test-functions')
-rw-r--r--test/test-functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions
index 75796a09a..2ece55414 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
}