]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: use assertion macroses
authorAnton Tiurin <noxiouz@meta.com>
Thu, 4 Sep 2025 17:28:52 +0000 (10:28 -0700)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 5 Sep 2025 13:14:49 +0000 (15:14 +0200)
commit9709deba913c9c2c2e9764bcded35c6081b05197
tree55b57d2ea5d3b5048b1fc5c120d058b818dbc577
parente418ba4074109961c5fd3993135c7d51bc2cf48c
test: use assertion macroses

An assertion macros helps to debug failing tests as it reports
expression, arguments and errno (if applicable)
src/test/test-cryptolib.c
src/test/test-io-util.c