From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFg8p-0007Qv-QP for qemu-devel@nongnu.org; Thu, 25 Oct 2018 09:57:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFg8n-0008B4-EP for qemu-devel@nongnu.org; Thu, 25 Oct 2018 09:57:39 -0400 References: <20181004161852.11673-1-crosa@redhat.com> <20181004161852.11673-5-crosa@redhat.com> From: Laurent Vivier Message-ID: Date: Thu, 25 Oct 2018 14:56:46 +0100 MIME-Version: 1.0 In-Reply-To: <20181004161852.11673-5-crosa@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 04/10] qemu-iotests: fix filename containing checks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cleber Rosa , qemu-devel@nongnu.org Cc: Kevin Wolf , Eduardo Habkost , qemu-block@nongnu.org, qemu-trivial@nongnu.org, Riku Voipio , Michael Tokarev , Max Reitz On 04/10/2018 17:18, Cleber Rosa wrote: > Commit cce293a2945 moved some functions from common.config to > common.rc, but the error messages still reference the old file > location. > > Signed-off-by: Cleber Rosa > --- > tests/qemu-iotests/common.rc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied Thanks, Laurent