]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Fix typo in usb-controller-nec-xhci-autoassign
authorAndrea Bolognani <abologna@redhat.com>
Fri, 25 Jul 2025 15:33:58 +0000 (17:33 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Oct 2025 09:15:06 +0000 (11:15 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxmlconfdata/usb-controller-nec-xhci-autoassign.x86_64-latest.args [moved from tests/qemuxmlconfdata/usb-controller-nex-xhci-autoassign.x86_64-latest.args with 100% similarity]
tests/qemuxmlconfdata/usb-controller-nec-xhci-autoassign.x86_64-latest.xml [moved from tests/qemuxmlconfdata/usb-controller-nex-xhci-autoassign.x86_64-latest.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-nec-xhci-autoassign.xml [moved from tests/qemuxmlconfdata/usb-controller-nex-xhci-autoassign.xml with 100% similarity]
tests/qemuxmlconftest.c

index 8f7a1f2ef12b1ff9ca4d2ae2a917c3c1b86ca950..a7a7ce9c7d30e082abfca824673e5065dbfcee43 100644 (file)
@@ -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");