[Qemu-devel] [PATCH] qemu-iotests: Fix 051 reference output

2013-10-29 Thread Kevin Wolf
Commit 684b254 forgot to update it.

Signed-off-by: Kevin Wolf kw...@redhat.com
---
 tests/qemu-iotests/051.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemu-iotests/051.out b/tests/qemu-iotests/051.out
index 2839e32..15deef6 100644
--- a/tests/qemu-iotests/051.out
+++ b/tests/qemu-iotests/051.out
@@ -24,7 +24,7 @@ QEMU X.Y.Z monitor - type 'help' for more information
 (qemu) iininfinfoinfo 
info binfo 
blinfo bloinfo 
blocinfo block
 ide0-hd0: TEST_DIR/t.qcow2 (qcow2)
 Backing file: TEST_DIR/t.qcow2.orig (chain depth: 1)
- [not inserted](qemu) qququiquit
+(qemu) qququiquit
 
 
 === Enable and disable lazy refcounting on the command line, plus some invalid 
values ===
-- 
1.8.1.4




Re: [Qemu-devel] [PATCH] qemu-iotests: Fix 051 reference output

2013-10-29 Thread Fam Zheng
On Tue, 10/29 17:06, Kevin Wolf wrote:
 Commit 684b254 forgot to update it.
 
 Signed-off-by: Kevin Wolf kw...@redhat.com
 ---
  tests/qemu-iotests/051.out | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/tests/qemu-iotests/051.out b/tests/qemu-iotests/051.out
 index 2839e32..15deef6 100644
 --- a/tests/qemu-iotests/051.out
 +++ b/tests/qemu-iotests/051.out
 @@ -24,7 +24,7 @@ QEMU X.Y.Z monitor - type 'help' for more information
  (qemu) iininfinfoinfo 
 info binfo 
 blinfo bloinfo 
 blocinfo block
  ide0-hd0: TEST_DIR/t.qcow2 (qcow2)
  Backing file: TEST_DIR/t.qcow2.orig (chain depth: 1)
 - [not inserted](qemu) qququiquit
 +(qemu) qququiquit
  
  
  === Enable and disable lazy refcounting on the command line, plus some 
 invalid values ===
 -- 
 1.8.1.4
 

Reviewed-by: Fam Zheng f...@redhat.com