From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3MOx-0006it-Uq for qemu-devel@nongnu.org; Fri, 02 Mar 2012 01:55:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3MOv-0006Vj-Md for qemu-devel@nongnu.org; Fri, 02 Mar 2012 01:55:39 -0500 Received: from plane.gmane.org ([80.91.229.3]:57955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3MOv-0006Vb-Fe for qemu-devel@nongnu.org; Fri, 02 Mar 2012 01:55:37 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S3MOs-00022W-Ow for qemu-devel@nongnu.org; Fri, 02 Mar 2012 07:55:34 +0100 Received: from 93-34-182-16.ip50.fastwebnet.it ([93.34.182.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Mar 2012 07:55:34 +0100 Received: from pbonzini by 93-34-182-16.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Mar 2012 07:55:34 +0100 From: Paolo Bonzini Date: Fri, 02 Mar 2012 07:55:20 +0100 Message-ID: References: <1330523973-14648-1-git-send-email-kwolf@redhat.com> <4F4E6111.3060901@redhat.com> <4F4F3CD7.4080205@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit In-Reply-To: <4F4F3CD7.4080205@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Filter out DOS line endings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Il 01/03/2012 10:09, Kevin Wolf ha scritto: > But who will run qemu-iotests on Wine on Solaris? Running it on Wine on > Linux is already crazy enough. IIUC the sed call won't break anything, > it may just not work and won't strip out the carriage returns. Well, bad > luck, try a sane setup instead. It would strip "r"s. I also suggest using tr. Paolo