Re: [PATCH] tests/qemu-iotests: Use GNU sed in two more spots where it is necessary

2022-03-18 Thread Hanna Reitz
On 09.03.22 11:16, Thomas Huth wrote: These two spots have been missed in commit 9086c7639822 ("Rework the checks and spots using GNU sed") - they need GNU sed, too, since they are using the "+" address form. Signed-off-by: Thomas Huth --- tests/qemu-iotests/common.filter | 4 ++-- 1 file ch

Re: [PATCH] tests/qemu-iotests: Use GNU sed in two more spots where it is necessary

2022-03-09 Thread Philippe Mathieu-Daudé
On 9/3/22 11:16, Thomas Huth wrote: These two spots have been missed in commit 9086c7639822 ("Rework the checks and spots using GNU sed") - they need GNU sed, too, since they are using the "+" address form. Signed-off-by: Thomas Huth --- tests/qemu-iotests/common.filter | 4 ++-- 1 file chan

Re: [PATCH] tests/qemu-iotests: Use GNU sed in two more spots where it is necessary

2022-03-09 Thread Eric Blake
On Wed, Mar 09, 2022 at 11:16:26AM +0100, Thomas Huth wrote: > These two spots have been missed in commit 9086c7639822 ("Rework the > checks and spots using GNU sed") - they need GNU sed, too, since they > are using the "+" address form. > > Signed-off-by: Thomas Huth > --- > tests/qemu-iotests/

[PATCH] tests/qemu-iotests: Use GNU sed in two more spots where it is necessary

2022-03-09 Thread Thomas Huth
These two spots have been missed in commit 9086c7639822 ("Rework the checks and spots using GNU sed") - they need GNU sed, too, since they are using the "+" address form. Signed-off-by: Thomas Huth --- tests/qemu-iotests/common.filter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) di