]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virstringtest: Remove testing of virStringSplitCount
authorPeter Krempa <pkrempa@redhat.com>
Fri, 5 Feb 2021 20:36:53 +0000 (21:36 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 11 Feb 2021 16:05:35 +0000 (17:05 +0100)
commite970325093dc0ae6d19cabe74e1a2b3474606ac7
tree62052f2e6cc859a3c35343a5637567df03b8e1a6
parentcafde24a9ad69421b9806303c074bac4cfec319a
virstringtest: Remove testing of virStringSplitCount

The function is a wrapper on top of glibs g_strsplit, so is covered by
glibs testing.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/virstringtest.c