Re: [PATCH 16/18] iotests: Make 198 work with data_file

2019-09-29 Thread Maxim Levitsky
On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: > We do not care about the json:{} filenames here, so we can just filter > them out and thus make the test work both with and without external data > files. Same comment as for iotest 110, this is more justification to move this outside to reduce

[PATCH 16/18] iotests: Make 198 work with data_file

2019-09-27 Thread Max Reitz
We do not care about the json:{} filenames here, so we can just filter them out and thus make the test work both with and without external data files. Signed-off-by: Max Reitz --- tests/qemu-iotests/198 | 6 -- tests/qemu-iotests/198.out | 4 ++-- 2 files changed, 6 insertions(+), 4 dele