>From 41f80a74b4177e5396dab7916f8f7b40a65cef07 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Tue, 21 Jul 2009 09:16:37 +0200 Subject: [PATCH] qemu-iotests: Fix expected result for 019 after qemu-io change The output of the alloc command in qemu-io has changed. Signed-off-by: Kevin Wolf --- 019.out | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/019.out b/019.out index f461f8b..9ac1a21 100644 --- a/019.out +++ b/019.out @@ -539,8 +539,8 @@ qemu-io> wrote 65536/65536 bytes at offset 4296146944 qemu-io> No errors were found on the image. Checking if backing clusters are allocated when they shouldn't -qemu-io> 128/128 sectors not allocated at offset 1 MiB -qemu-io> qemu-io> 128/128 sectors not allocated at offset 4.001 GiB +qemu-io> 0/128 sectors allocated at offset 1 MiB +qemu-io> qemu-io> 0/128 sectors allocated at offset 4.001 GiB qemu-io> Reading === IO: pattern 0 -- 1.6.0.6