]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-string-util: add a test for strjoin()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 20 Aug 2020 11:37:31 +0000 (13:37 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 20 Aug 2020 15:42:13 +0000 (17:42 +0200)
commit7eac7b4c62cdee9804f74e1cf278433de0f826e9
treeb2b19af9c5e638803de04cb6338e0aa89b01ce1c
parentc32c4352b4ac43f4c66c733713a7ed26688dc9b6
test-string-util: add a test for strjoin()

Strangely, we didn't have one so far. I mostly wanted to verify
that NULL can be used in any spot at behaves the same as "".
src/test/test-string-util.c