]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-path-util: add coverage for path edge cases
authorfavilances <favilances@proton.me>
Sat, 9 May 2026 18:52:04 +0000 (21:52 +0300)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 11 May 2026 09:23:37 +0000 (10:23 +0100)
commit87d282a73d9db5cfb2885f37d7fb06194a8ca65e
tree0347a7f3cb96ecc220f59b944ac9dc500c390b28
parent0bf094b7636471d4c25df5b60d1e8fe2512601e5
test-path-util: add coverage for path edge cases

Path utility helpers are used throughout systemd for validation, comparison and manipulation of filesystem paths. Add coverage for additional corner cases around absolute path detection, normalization and prefix matching so regressions in these common helpers are easier to catch.

Co-developed-by: OpenAI Codex <noreply@openai.com>
Signed-off-by: favilances <favilances@proton.me>
src/test/test-path-util.c