diff options
Diffstat (limited to 'tests/qemu-iotests/038')
-rwxr-xr-x | tests/qemu-iotests/038 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/038 b/tests/qemu-iotests/038 index 36125ea..90de1a7 100755 --- a/tests/qemu-iotests/038 +++ b/tests/qemu-iotests/038 @@ -95,7 +95,8 @@ function overlay_io() } overlay_io | $QEMU_IO $TEST_IMG | _filter_qemu_io |\ - sed -e 's/bytes at offset [0-9]*/bytes at offset XXX/g' + sed -e 's/bytes at offset [0-9]*/bytes at offset XXX/g' \ + -e 's/qemu-io> //g' | paste - - | sort | tr '\t' '\n' echo echo "== Verify image content ==" |