From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VU9Rw-0008SZ-5o for qemu-devel@nongnu.org; Thu, 10 Oct 2013 02:10:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VU9Rn-0006OZ-57 for qemu-devel@nongnu.org; Thu, 10 Oct 2013 02:10:16 -0400 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:50334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VU9Rm-0006Kl-Gt for qemu-devel@nongnu.org; Thu, 10 Oct 2013 02:10:07 -0400 Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 10 Oct 2013 11:40:03 +0530 Received: from d28relay02.in.ibm.com (d28relay02.in.ibm.com [9.184.220.59]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id 8F08E125803F for ; Thu, 10 Oct 2013 11:40:24 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r9A6CdlL20054116 for ; Thu, 10 Oct 2013 11:42:39 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r9A69xdG025249 for ; Thu, 10 Oct 2013 11:39:59 +0530 Message-ID: <525644BE.1080301@linux.vnet.ibm.com> Date: Thu, 10 Oct 2013 14:10:06 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1380154568-5339-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1380154568-5339-8-git-send-email-xiawenc@linux.vnet.ibm.com> <524AE2E1.2070600@redhat.com> In-Reply-To: <524AE2E1.2070600@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH V3 7/7] qemu-iotests: add test for snapshot in qemu-img convert List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, stefanha@gmail.com 于 2013/10/1 22:57, Eric Blake 写道: > On 09/25/2013 06:16 PM, Wenchao Xia wrote: >> Signed-off-by: Wenchao Xia >> --- >> @@ -53,6 +55,7 @@ _cleanup() >> kill $NBD_SNAPSHOT_PID >> fi >> _cleanup_test_img >> + rm -f $converted_image > Indentation is off. > will fix.