Re: [Qemu-devel] [PATCH 2/2] iotests: Add test for non-existing backing file

2014-10-28 Thread Max Reitz
On 2014-10-27 at 18:14, Eric Blake wrote: On 10/27/2014 06:30 AM, Max Reitz wrote: Test the error message when a COW file is about to be created which is supposed to inherit the size of its backing file, while the backing file given does not actually exist. Signed-off-by: Max Reitz --- + +$QEM

Re: [Qemu-devel] [PATCH 2/2] iotests: Add test for non-existing backing file

2014-10-27 Thread Eric Blake
On 10/27/2014 06:30 AM, Max Reitz wrote: > Test the error message when a COW file is about to be created which is > supposed to inherit the size of its backing file, while the backing file > given does not actually exist. > > Signed-off-by: Max Reitz > --- > + > +$QEMU_IMG create -f $IMGFMT -b "

[Qemu-devel] [PATCH 2/2] iotests: Add test for non-existing backing file

2014-10-27 Thread Max Reitz
Test the error message when a COW file is about to be created which is supposed to inherit the size of its backing file, while the backing file given does not actually exist. Signed-off-by: Max Reitz --- tests/qemu-iotests/111 | 53 ++ tests/qemu-i