]> git.ipfire.org Git - thirdparty/shadow.git/commit
tests/unit/test_xaprintf.c: Fix test by using streq() instead of strcmp(3) master
authorAlejandro Colomar <alx@kernel.org>
Fri, 27 Jun 2025 16:59:23 +0000 (18:59 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Wed, 2 Jul 2025 15:41:21 +0000 (17:41 +0200)
commit36debf3ccfa33ea9f3b0e562a133a22d1bdc87bd
tree9a9ccbf2998a5ab8381f39440f6e1367a1c3c2b9
parent045652a925a4c8016dfae8d42c03f8c23df2103e
tests/unit/test_xaprintf.c: Fix test by using streq() instead of strcmp(3)

Fixes: 423fd652b563 (2025-06-03; "lib/string/sprintf/, tests/unit/: Transform x[v]asprintf() into x[v]aprintf()")
Closes: <https://github.com/shadow-maint/shadow/issues/1279>
Reported-by: Timo Gurr <timo.gurr@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
tests/unit/Makefile.am
tests/unit/test_xaprintf.c