]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: use size_t with strbuf
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 7 Sep 2024 00:28:19 +0000 (01:28 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 9 Sep 2024 04:50:08 +0000 (23:50 -0500)
commited8de7074249a7f60fbc0d01921b007c99d06005
treeeab065c4b6e12a48d3c77d8d3af1a84955b7fbdb
parentb1bd040e6c06287b4e4299790633a0fd49bc23e9
testsuite: use size_t with strbuf

We recently updated the API, but forgot to update the tests.

Fixes: 38943b2 ("shared: use size_t for strbuf")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/115
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/test-strbuf.c