From 1d9358e686125c125b52529fa68baf36aa2d0d09 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 20 Jun 2013 08:55:29 +0200 Subject: libqtest: New qtest_end() to go with qtest_start() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Markus Armbruster Reviewed-by: Andreas Färber Reviewed-by: Anthony Liguori Message-id: 1371711329-9144-3-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori --- tests/ide-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ide-test.c') diff --git a/tests/ide-test.c b/tests/ide-test.c index 7e2eb9455a..7307f1d336 100644 --- a/tests/ide-test.c +++ b/tests/ide-test.c @@ -122,7 +122,7 @@ static void ide_test_start(const char *cmdline_fmt, ...) static void ide_test_quit(void) { - qtest_quit(global_qtest); + qtest_end(); } static QPCIDevice *get_pci_device(uint16_t *bmdma_base) -- cgit v1.2.3