From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbud8-0008Lj-IL for qemu-devel@nongnu.org; Thu, 31 Oct 2013 11:58:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbud2-0007MR-KD for qemu-devel@nongnu.org; Thu, 31 Oct 2013 11:57:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbud2-0007MJ-Ce for qemu-devel@nongnu.org; Thu, 31 Oct 2013 11:57:48 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9VFvjZr005746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 31 Oct 2013 11:57:46 -0400 From: Jeff Cody Date: Thu, 31 Oct 2013 11:57:35 -0400 Message-Id: Subject: [Qemu-devel] [PATCH 0/7] block: qemu-iotests, more quoting fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com 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(-) -- 1.8.3.1