]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: (optstr) do not use xalloc.h in test
authorKarel Zak <kzak@redhat.com>
Thu, 2 Mar 2023 13:08:38 +0000 (14:08 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 2 Mar 2023 13:08:38 +0000 (14:08 +0100)
commitf898ae53dc1daed73ab88b2e76b72e0eeca6645b
tree1465032fe411fa25e0986988cd750635ede42f17
parentcb48f21ed94bbd7290fda75afef20bac8b87ca03
libmount: (optstr) do not use xalloc.h in test

It's technically valid to use xalloc.h in the tests, but then we mix
regular malloc and xalloc in the same source file, and it makes
"make checkxalloc" using difficult.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/optstr.c