]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuxml2argvtest: Remove negative case for 'boot-menu-enable-with-timeout'
authorPeter Krempa <pkrempa@redhat.com>
Mon, 20 Sep 2021 14:36:53 +0000 (16:36 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 21 Sep 2021 10:26:07 +0000 (12:26 +0200)
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>
tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err [deleted file]
tests/qemuxml2argvtest.c

diff --git a/tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err b/tests/qemuxml2argvdata/boot-menu-enable-with-timeout.err
deleted file mode 100644 (file)
index 3ac2abf..0000000
+++ /dev/null
@@ -1 +0,0 @@
-unsupported configuration: splash timeout is not supported by this QEMU binary
index 2a4f3ca2f06ff141d7bb50435b77f782a05d6d20..1a2b4fda8c9e2cb898f1a35ebe5117a4cd6e2ef5 100644 (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");