]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemucapsprobe: Fix output after switching to jansson
authorPeter Krempa <pkrempa@redhat.com>
Mon, 30 Jul 2018 14:49:39 +0000 (16:49 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Aug 2018 11:55:58 +0000 (13:55 +0200)
commit397447f80588438545994a86883792a5999cad15
tree65729330dd639aceb2cc8b4b9066897f73edb17c
parent78f47a6395c0f71ca47fb5e328052db054508ddf
tests: qemucapsprobe: Fix output after switching to jansson

Jansson does not put a newline at the end of formatted JSON strings.
This breaks the qemucapsprobe utility as we need to keep the spacing so
that tests work. Add an explicit newline.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemucapsprobemock.c