From: Peter Krempa Date: Mon, 20 Sep 2021 14:36:53 +0000 (+0200) Subject: qemuxml2argvtest: Remove negative case for 'boot-menu-enable-with-timeout' X-Git-Tag: v7.8.0-rc1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5612688064947d620dc6bff7cf8f7997a008bbc;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Ján Tomko --- diff --git a/tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err b/tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err deleted file mode 100644 index 3ac2abf11b..0000000000 --- a/tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: splash timeout is not supported by this QEMU binary diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 2a4f3ca2f0..1a2b4fda8c 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -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");