]> Git Repo - qemu.git/blobdiff - tests/test-hmp.c
tests/hmp: Fix typo in the 'chardev-send-break' test
[qemu.git] / tests / test-hmp.c
index 6dfa0c36e2986e93ecc436ef6dc5ffd64804ff74..729c0339f70806df9867a94a0af8a6cb09944f6a 100644 (file)
@@ -22,7 +22,8 @@ static int verbose;
 static const char *hmp_cmds[] = {
     "boot_set ndc",
     "chardev-add null,id=testchardev1",
-    "chardev-send-break testchardev2",
+    "chardev-send-break testchardev1",
+    "chardev-change testchardev1 ringbuf",
     "chardev-remove testchardev1",
     "commit all",
     "cpu-add 1",
This page took 0.024118 seconds and 4 git commands to generate.