From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFmPT-0003lL-2X for qemu-devel@nongnu.org; Thu, 05 Apr 2012 09:07:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFmPO-0007TD-7X for qemu-devel@nongnu.org; Thu, 05 Apr 2012 09:07:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFmPN-0007Ss-WA for qemu-devel@nongnu.org; Thu, 05 Apr 2012 09:07:26 -0400 Message-ID: <4F7D99E4.8040103@redhat.com> Date: Thu, 05 Apr 2012 15:11:00 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1331751444-30905-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1331751444-30905-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: Fix call syntax for qemu-img List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org Am 14.03.2012 19:57, schrieb Stefan Weil: > qemu-img requires first options, then file name, then size. > > GNU getopt also allows options at the end, but POSIX getopt > doesn't. Try "export POSIXLY_CORRECT=y" to get the POSIX > behaviour with GNU getopt, too. > > Cc: Kevin Wolf > Signed-off-by: Stefan Weil Thanks, applied both to the block branch. Kevin