]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: update to use the new ASSERT_OK() macro and friends (#36838)
authorLuca Boccassi <bluca@debian.org>
Wed, 26 Mar 2025 15:21:55 +0000 (15:21 +0000)
committerGitHub <noreply@github.com>
Wed, 26 Mar 2025 15:21:55 +0000 (15:21 +0000)
commit3d9f3420b5188e08ace59f62201676cd43dfaeef
tree131a07396df41c836dd8369402b28454fb2e1411
parent3e2c67bfb484745b62d09f7fff68a5081d3c0a3f
parent7bcd76513a61f8f16f2cc9b291895779c7c367fe
test: update to use the new ASSERT_OK() macro and friends (#36838)

Converted the unitest implemented in src/test/test-watch-pid.c that
still uses assert_se() to use the new ASSERT_OK() macro and friends.