From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhZDu-0004Lt-4a for qemu-devel@nongnu.org; Thu, 01 Oct 2015 04:28:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhZDt-0004WJ-EW for qemu-devel@nongnu.org; Thu, 01 Oct 2015 04:28:18 -0400 Date: Thu, 1 Oct 2015 10:28:08 +0200 From: Kevin Wolf Message-ID: <20151001082808.GB4165@noname.redhat.com> References: <1443201564-6510-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443201564-6510-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] iotests: Fix test 128 for password-less sudo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Fam Zheng , qemu-devel@nongnu.org, qemu-block@nongnu.org Am 25.09.2015 um 19:19 hat Max Reitz geschrieben: > As of 934659c460d46c948cf348822fda1d38556ed9a4, $QEMU_IO is generally no > longer a program name, and therefore "sudo -n $QEMU_IO" will no longer > work. > > Fix this by copying the qemu-io invocation function from common.config, > making it use $sudo for invoking $QEMU_IO_PROG, and then use that > function instead of $QEMU_IO. > > Reported-by: Fam Zheng > Signed-off-by: Max Reitz I just noticed that this is in my branch, but I don't seem to have sent an email yet. So thanks, applied to the block branch. Kevin