]> git.proxmox.com Git - mirror_qemu.git/commit - tests/hd-geo-test.c
tests/hd-geo-test: Use qtest_init() instead of qtest_start()
authorThomas Huth <thuth@redhat.com>
Wed, 15 May 2019 17:43:28 +0000 (19:43 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 21 May 2019 08:00:46 +0000 (10:00 +0200)
commit44c2364aaa5e366c44b07714c22e874f547883a5
tree8f965151f4e21383632d0a238546d12677d344ab
parent39fb795a87608c621fa2cb11b2b1509299b5be50
tests/hd-geo-test: Use qtest_init() instead of qtest_start()

qtest_start() + qtest_end() should be avoided, since they use the
global_qtest variable that we want to get rid of in the long run.
Use qtest_init() and qtest_quit() instead.

Message-Id: <20190515174328.16361-7-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/hd-geo-test.c