aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/038
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/038')
-rwxr-xr-xtests/qemu-iotests/0383
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/038 b/tests/qemu-iotests/038
index 36125eab1e..90de1a73d9 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 =="