From: Peter Krempa Date: Fri, 1 Dec 2023 15:37:47 +0000 (+0100) Subject: qemuxml2argvtest: Remove duplicated invocations of tests X-Git-Tag: v10.0.0-rc1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014515eb4e11047309fa13911753c926aab54114;p=thirdparty%2Flibvirt.git qemuxml2argvtest: Remove duplicated invocations of tests 'parallel-tcp-chardev', 'parallel-parport-chardev' are invoked twice with exactly the same parameters, remove the duplicity. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index c30754268f..e58858f50b 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -1411,8 +1411,6 @@ mymain(void) DO_TEST_CAPS_LATEST("serial-tcp-tlsx509-secret-chardev"); VIR_FREE(driver.config->chardevTLSx509secretUUID); driver.config->chardevTLS = 0; - DO_TEST_CAPS_LATEST("parallel-tcp-chardev"); - DO_TEST_CAPS_LATEST("parallel-parport-chardev"); DO_TEST_CAPS_LATEST("serial-many-chardev"); DO_TEST_CAPS_LATEST("parallel-tcp-chardev"); DO_TEST_CAPS_LATEST("parallel-parport-chardev");