]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Use virAsprintf() to build titles
authorAndrea Bolognani <abologna@redhat.com>
Thu, 7 Mar 2019 14:37:40 +0000 (15:37 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 13 Mar 2019 10:07:04 +0000 (11:07 +0100)
commit5a8ceba2f3e5147efe41082eeb40b31fefaf01fb
tree67902994eed5cd0bccfc567e3e3075c73dab71d4
parent0c744afe1a0ef734332d332f3fd70e6adb9f5684
tests: Use virAsprintf() to build titles

We're using static string concatenation at the moment, but
that will no longer be a possibility in a bit.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
tests/qemucapabilitiestest.c
tests/qemucaps2xmltest.c