qemuxml2argvtest: Remove negative case for 'boot-menu-enable-with-timeout'

The feature is now always present. Remove the negative test case as the
upcomming commit will remove the checks.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2021-09-20 16:36:53 +02:00
parent 81469b3d51
commit c561268806
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
unsupported configuration: splash timeout is not supported by this QEMU binary

View File

@ -1070,7 +1070,6 @@ mymain(void)
DO_TEST_NOCAPS("boot-menu-enable");
DO_TEST("boot-menu-enable-with-timeout",
QEMU_CAPS_SPLASH_TIMEOUT);
DO_TEST_PARSE_ERROR_NOCAPS("boot-menu-enable-with-timeout");
DO_TEST_PARSE_ERROR("boot-menu-enable-with-timeout-invalid",
QEMU_CAPS_SPLASH_TIMEOUT);
DO_TEST_NOCAPS("boot-menu-disable");