From: Andrea Bolognani Date: Fri, 25 Jul 2025 15:33:58 +0000 (+0200) Subject: tests: Fix typo in usb-controller-nec-xhci-autoassign X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58d555fae73ab2cba14e6c58b67be2b153a83cb0;p=thirdparty%2Flibvirt.git tests: Fix typo in usb-controller-nec-xhci-autoassign Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik Reviewed-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/tests/qemuxmlconfdata/usb-controller-nex-xhci-autoassign.x86_64-latest.args b/tests/qemuxmlconfdata/usb-controller-nec-xhci-autoassign.x86_64-latest.args similarity index 100% rename from tests/qemuxmlconfdata/usb-controller-nex-xhci-autoassign.x86_64-latest.args rename to tests/qemuxmlconfdata/usb-controller-nec-xhci-autoassign.x86_64-latest.args diff --git a/tests/qemuxmlconfdata/usb-controller-nex-xhci-autoassign.x86_64-latest.xml b/tests/qemuxmlconfdata/usb-controller-nec-xhci-autoassign.x86_64-latest.xml similarity index 100% rename from tests/qemuxmlconfdata/usb-controller-nex-xhci-autoassign.x86_64-latest.xml rename to tests/qemuxmlconfdata/usb-controller-nec-xhci-autoassign.x86_64-latest.xml diff --git a/tests/qemuxmlconfdata/usb-controller-nex-xhci-autoassign.xml b/tests/qemuxmlconfdata/usb-controller-nec-xhci-autoassign.xml similarity index 100% rename from tests/qemuxmlconfdata/usb-controller-nex-xhci-autoassign.xml rename to tests/qemuxmlconfdata/usb-controller-nec-xhci-autoassign.xml diff --git a/tests/qemuxmlconftest.c b/tests/qemuxmlconftest.c index 8f7a1f2ef1..a7a7ce9c7d 100644 --- a/tests/qemuxmlconftest.c +++ b/tests/qemuxmlconftest.c @@ -2234,7 +2234,7 @@ mymain(void) ARG_FLAGS, FLAG_EXPECT_FAILURE, ARG_QEMU_CAPS_DEL, QEMU_CAPS_NEC_USB_XHCI, QEMU_CAPS_LAST, ARG_END); - DO_TEST_CAPS_LATEST("usb-controller-nex-xhci-autoassign"); + DO_TEST_CAPS_LATEST("usb-controller-nec-xhci-autoassign"); DO_TEST_CAPS_LATEST_PARSE_ERROR("usb-controller-nec-xhci-limit"); DO_TEST_CAPS_LATEST("usb-controller-qemu-xhci"); DO_TEST_CAPS_LATEST_PARSE_ERROR("usb-controller-qemu-xhci-limit");