]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Don't wrap virTestDifference() arguments in NULLSTR()
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 30 Nov 2022 08:47:08 +0000 (09:47 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 1 Dec 2022 13:22:39 +0000 (14:22 +0100)
commit1fffd1605df473183b64d6479edc2b2ca1fb57f1
tree48e1816345238f144f2ad9ce7d3e7ee02582d250
parent69bb187e82e3883e54c30bf074b528344f4eaf02
tests: Don't wrap virTestDifference() arguments in NULLSTR()

The virTestDifference() is perfectly capable of handling NULL
arguments. There's no need to wrap arguments in NULLSTR().

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
tests/virnetdevbandwidthtest.c
tests/virnetdevopenvswitchtest.c