From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdhwF-000256-3r for qemu-devel@nongnu.org; Tue, 05 Nov 2013 09:49:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vdhw7-000160-BK for qemu-devel@nongnu.org; Tue, 05 Nov 2013 09:49:02 -0500 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:41858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdhw7-00015r-4K for qemu-devel@nongnu.org; Tue, 05 Nov 2013 09:48:55 -0500 Received: by mail-wg0-f54.google.com with SMTP id c11so3578282wgh.33 for ; Tue, 05 Nov 2013 06:48:53 -0800 (PST) Date: Tue, 5 Nov 2013 15:48:50 +0100 From: Stefan Hajnoczi Message-ID: <20131105144850.GA20474@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/7] block: qemu-iotests, more quoting fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On Thu, Oct 31, 2013 at 11:57:35AM -0400, Jeff Cody wrote: > There are still problems with the qemu-iotests, if the pathname of the working > directory contains spaces. This series fixes most of them. To verify, > ./check -qcow2 was run from a pathname with spaces (e.g., renamed ~/qemu-kvm > to "~/qemu-kvm test/"). > > The following tests still fail due to pathnames with spaces, and > are not addressed in this series: 059, 067. > > > Jeff Cody (7): > block: qemu-iotests, add quotes to $TEST_IMG usage io pattern tests > block: qemu-iotests, fix _make_test_img() to work with spaced > pathnames > block: qemu-iotests, add quotes to $TEST_IMG.base usage in 017 > block: qemu-iotests, add quotes to $TEST_IMG usage in 019 > block: qemu-iotests, removes duplicate double quotes in 039 > block: qemu-iotests, add quotes to $TEST_IMG usage for 051 > block: qemu-iotests, add quotes to $TEST_IMG usage in 061 > > tests/qemu-iotests/017 | 2 +- > tests/qemu-iotests/019 | 6 +++--- > tests/qemu-iotests/039 | 2 +- > tests/qemu-iotests/051 | 8 ++++---- > tests/qemu-iotests/061 | 6 +++--- > tests/qemu-iotests/common.pattern | 12 ++++++------ > tests/qemu-iotests/common.rc | 13 +++++++++++-- > 7 files changed, 29 insertions(+), 20 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan