On Tue, Jan 13, 2026 at 03:14:15PM +0100, Thomas Huth wrote: > From: Thomas Huth <[email protected]> > > A bunch of tests are currently failing e.g. on FreeBSD like this: > > 082 fail [13:38:58] [13:38:59] 0.5s output > mismatch (see > .../build/tests/qemu-iotests/scratch/qcow2-file-082/082.out.bad) > --- .../src/tests/qemu-iotests/082.out > +++ .../build/tests/qemu-iotests/scratch/qcow2-file-082/082.out.bad > @@ -17,7 +17,7 @@ > cluster_size: 4096 > Format specific information: > compat: 1.1 > - compression type: COMPRESSION_TYPE > + compression type: zlib > lazy refcounts: true > refcount bits: 16 > corrupt: false > > This happens because the sed statements require GNU sed. Let's use > gsed in these spots to get it fixed. > > Signed-off-by: Thomas Huth <[email protected]> > --- > tests/qemu-iotests/286 | 2 +- > tests/qemu-iotests/common.rc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
