From: Jeff Cody Date: Mon, 12 Mar 2018 21:29:32 +0000 (-0400) Subject: block: fix iotest 146 output expectations X-Git-Tag: qemu-xen-4.12.0-rc1~369^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=181bb8822b581aae675566716a682187049fbd41;p=qemu-xen.git block: fix iotest 146 output expectations Commit bff5554843 added "force_size" into the common.filter for _filter_img_create(), but test 146 still expects it in the output. Signed-off-by: Jeff Cody Reviewed-by: Eric Blake Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/146.out b/tests/qemu-iotests/146.out index db6b296b9e..1332189d87 100644 --- a/tests/qemu-iotests/146.out +++ b/tests/qemu-iotests/146.out @@ -54,7 +54,7 @@ Formatting 'TEST_DIR/IMGFMT-create-test.IMGFMT', fmt=IMGFMT size=4294967296 === Testing Image create, force_size === -Formatting 'TEST_DIR/IMGFMT-create-test.IMGFMT', fmt=IMGFMT size=4294967296 force_size=on +Formatting 'TEST_DIR/IMGFMT-create-test.IMGFMT', fmt=IMGFMT size=4294967296 === Read created image, default opts ====