On 1/19/21 2:47 PM, Thomas Huth wrote: > BusyBox' sed reports itself as "This is not GNU sed version 4.0" > when being run with the --version parameter. However, the iotests > really need GNU sed, they do not work with the BusyBox version. > So let's make sure that we really have GNU sed and refuse to run > the tests with BusyBox' sed. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > tests/check-block.sh | 7 +++++++ > 1 file changed, 7 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>