Re: [PATCH] Fix iotest 153

2020-05-04 Thread Maxim Levitsky
On Mon, 2020-05-04 at 15:08 +0200, Max Reitz wrote: > On 04.05.20 11:41, Maxim Levitsky wrote: > > On Mon, 2020-05-04 at 11:22 +0200, Max Reitz wrote: > > > On 03.05.20 18:49, Maxim Levitsky wrote: > > > > Commit f62514b3def5fb2acbef64d0e053c0c31fa45aff made qemu-img reject -o > > > > "" but this

Re: [PATCH] Fix iotest 153

2020-05-04 Thread Max Reitz
On 04.05.20 11:41, Maxim Levitsky wrote: > On Mon, 2020-05-04 at 11:22 +0200, Max Reitz wrote: >> On 03.05.20 18:49, Maxim Levitsky wrote: >>> Commit f62514b3def5fb2acbef64d0e053c0c31fa45aff made qemu-img reject -o "" >>> but this test uses it >>> >>> Since this test only tries to do a dry-run run

Re: [PATCH] Fix iotest 153

2020-05-04 Thread Maxim Levitsky
On Mon, 2020-05-04 at 11:22 +0200, Max Reitz wrote: > On 03.05.20 18:49, Maxim Levitsky wrote: > > Commit f62514b3def5fb2acbef64d0e053c0c31fa45aff made qemu-img reject -o "" > > but this test uses it > > > > Since this test only tries to do a dry-run run of qemu-img amend, replace > > the -o ""

Re: [PATCH] Fix iotest 153

2020-05-04 Thread Max Reitz
On 03.05.20 18:49, Maxim Levitsky wrote: > Commit f62514b3def5fb2acbef64d0e053c0c31fa45aff made qemu-img reject -o "" > but this test uses it > > Since this test only tries to do a dry-run run of qemu-img amend, replace the > -o "" with > dummy -o "size=0" since due to the nature of the test, it

[PATCH] Fix iotest 153

2020-05-03 Thread Maxim Levitsky
Commit f62514b3def5fb2acbef64d0e053c0c31fa45aff made qemu-img reject -o "" but this test uses it Since this test only tries to do a dry-run run of qemu-img amend, replace the -o "" with dummy -o "size=0" since due to the nature of the test, it is not going to reach the actual amend operation any