diff options
| author | Markus Armbruster | 2013-06-20 08:55:29 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-07-18 18:32:55 +0200 |
| commit | 1d9358e686125c125b52529fa68baf36aa2d0d09 (patch) | |
| tree | ef3640b3e4fdbaaca484154e8f0283e7335334e0 /tests/fdc-test.c | |
| parent | libqtest: Plug fd and memory leaks in qtest_quit() (diff) | |
| download | qemu-1d9358e686125c125b52529fa68baf36aa2d0d09.tar.gz qemu-1d9358e686125c125b52529fa68baf36aa2d0d09.tar.xz qemu-1d9358e686125c125b52529fa68baf36aa2d0d09.zip | |
libqtest: New qtest_end() to go with qtest_start()
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1371711329-9144-3-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tests/fdc-test.c')
| -rw-r--r-- | tests/fdc-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fdc-test.c b/tests/fdc-test.c index 4b0301da46..fd198dcf8b 100644 --- a/tests/fdc-test.c +++ b/tests/fdc-test.c @@ -556,7 +556,7 @@ int main(int argc, char **argv) ret = g_test_run(); /* Cleanup */ - qtest_quit(global_qtest); + qtest_end(); unlink(test_image); return ret; |
