]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: use g_auto in testCompareXMLToConfFiles
authorJán Tomko <jtomko@redhat.com>
Mon, 13 Dec 2021 18:30:23 +0000 (19:30 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 14 Dec 2021 15:41:06 +0000 (16:41 +0100)
commit8843cd113e86245359ac37af53d3253c1be4ac5c
tree2874cab338aa38aba699aa704677242d2610547f
parente86d62f8f7611a4cea502821373464b84df5de1d
tests: use g_auto in testCompareXMLToConfFiles

Use g_auto for dnsmasq context and remove the cmd variable.
It was unused since its introduction in:
commit 8b32c80df089a3612a0448c1a92abc2071d6b6a9

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/networkxml2conftest.c