]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: introduce assert_not_in() helper function
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 14 Jun 2022 00:00:00 +0000 (09:00 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 14 Jun 2022 11:52:38 +0000 (20:52 +0900)
commitd170b47535e2acc8abd1af85ff8685107fdd490f
tree67d9c5b0218bdd330b362be40d4da5856f9d5911
parenta4433b453218ccd5bc8c49ebbfad1df199bb8d4f
test: introduce assert_not_in() helper function

This also silence assertions, and replace grep with bash's regular
expression match.
test/units/assert.sh
test/units/testsuite-45.sh