Re: [Qemu-devel] [PATCH] iotests: Use _img_info in test 089

2014-05-21 Thread Stefan Hajnoczi
On Tue, May 20, 2014 at 10:43:19PM +0200, Max Reitz wrote: > Currently, test 089 uses $QEMU_IMG info manually in order to obtain the > according output. However, the iotests should generally use _img_info as > this filters out more irrelevant information such as the host image size > or format spec

[Qemu-devel] [PATCH] iotests: Use _img_info in test 089

2014-05-20 Thread Max Reitz
Currently, test 089 uses $QEMU_IMG info manually in order to obtain the according output. However, the iotests should generally use _img_info as this filters out more irrelevant information such as the host image size or format specific information. Therefore, test 089 should use _img_info as well.