From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzzJq-0000Cy-4q for qemu-devel@nongnu.org; Sun, 05 Jan 2014 20:49:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzzJl-0006zG-4T for qemu-devel@nongnu.org; Sun, 05 Jan 2014 20:49:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzzJk-0006yx-TE for qemu-devel@nongnu.org; Sun, 05 Jan 2014 20:49:25 -0500 From: Fam Zheng Date: Mon, 6 Jan 2014 09:49:07 +0800 Message-Id: <1388972947-10423-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH] qemu-iotests: Remove duplicated error message line in 051.out List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Peter Lieven , stefanha@redhat.com Since 75884af (virtio-blk: Convert to QOM realize), the duplication of error message is gone. Fix the test reference output to match this. Reported-by: Peter Lieven Signed-off-by: Fam Zheng --- tests/qemu-iotests/051.out | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/qemu-iotests/051.out b/tests/qemu-iotests/051.out index 49e95a2..c2cadba 100644 --- a/tests/qemu-iotests/051.out +++ b/tests/qemu-iotests/051.out @@ -91,7 +91,6 @@ Testing: -drive if=virtio QEMU X.Y.Z monitor - type 'help' for more information (qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty QEMU_PROG: -drive if=virtio: Device initialization failed. -QEMU_PROG: -drive if=virtio: Device initialization failed. QEMU_PROG: -drive if=virtio: Device 'virtio-blk-pci' could not be initialized Testing: -drive if=scsi -- 1.8.5.1