diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-12-01 20:10:23 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-12-09 08:04:34 +0100 |
commit | 6536c9e0ebc40342a879b503040e7b0502524972 (patch) | |
tree | f0897962614b861a6eb75559f929664409aadfba /tests/qtest | |
parent | 43d1da7cb99ea66008583f531b584235d36fd0a3 (diff) | |
download | qemu-6536c9e0ebc40342a879b503040e7b0502524972.zip |
tests/qtest/fuzz-test: Quit test_lp1878642 once done
Missed in fd250172842 ("qtest: add a reproducer for LP#1878642").
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201201191026.4149955-2-philmd@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qtest')
-rw-r--r-- | tests/qtest/fuzz-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/fuzz-test.c b/tests/qtest/fuzz-test.c index 9cb4c42bde..87b72307a5 100644 --- a/tests/qtest/fuzz-test.c +++ b/tests/qtest/fuzz-test.c @@ -45,6 +45,7 @@ static void test_lp1878642_pci_bus_get_irq_level_assert(void) qtest_outl(s, 0xcf8, 0x8400f841); qtest_outl(s, 0xcfc, 0xebed205d); qtest_outl(s, 0x5d02, 0xebed205d); + qtest_quit(s); } int main(int argc, char **argv) |