From 0c8fbfb91536cd1505a2af88912e8e854d29fab0 Mon Sep 17 00:00:00 2001 From: Max Reitz Date: Thu, 17 Dec 2020 16:38:02 +0100 Subject: iotests/102: Pass $QEMU_HANDLE to _send_qemu_cmd The first parameter passed to _send_qemu_cmd is supposed to be the $QEMU_HANDLE. 102 does not do so here, fix it. As a result, the output changes: Now we see the prompt this command is supposedly waiting for before the resize message - as it should be. Signed-off-by: Max Reitz Message-Id: <20201217153803.101231-2-mreitz@redhat.com> Reviewed-by: Kevin Wolf --- tests/qemu-iotests/102.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/qemu-iotests/102.out') diff --git a/tests/qemu-iotests/102.out b/tests/qemu-iotests/102.out index cd2fdc7..320ed5a 100644 --- a/tests/qemu-iotests/102.out +++ b/tests/qemu-iotests/102.out @@ -16,8 +16,8 @@ Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 wrote 65536/65536 bytes at offset 0 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) QEMU X.Y.Z monitor - type 'help' for more information -Image resized. (qemu) +Image resized. (qemu) qemu-io drv0 map 64 KiB (0x10000) bytes allocated at offset 0 bytes (0x0) *** done -- cgit v1.1