]> git.ipfire.org Git - thirdparty/libvirt.git/commit
sysinfotest: Dissolve sysinfotest_run() in testSysinfo()
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 8 Jun 2020 10:32:52 +0000 (12:32 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 10 Jun 2020 12:00:38 +0000 (14:00 +0200)
commit2ee837a68ca31c0a29ecc2447999ffa271a7a4fd
treee8aa58f5434b41c4c502b4f8d9a12f8743e49501
parentfc4364a59aaf2c1cae2a42b7b0ca121761c0d8a2
sysinfotest: Dissolve sysinfotest_run() in testSysinfo()

There is no real need to have two separate functions. They can be
merged together which not only saves couple of lines, but
prepares the structure of the code for future expansion. See next
commits.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
tests/sysinfotest.c