]> Git Repo - qemu.git/commit
qemu-iotests: Fix call syntax for qemu-img
authorStefan Weil <[email protected]>
Wed, 14 Mar 2012 18:57:23 +0000 (19:57 +0100)
committerKevin Wolf <[email protected]>
Thu, 5 Apr 2012 13:08:22 +0000 (15:08 +0200)
commit21af81488799e2290cb2e58eb2a91d1d8044ebc4
tree30a5e8105853b8bee3a6e85c15383db7e42a6c92
parentf394f1feb921d5a4b278e7ac95bdaa49e34a52f2
qemu-iotests: Fix call syntax for qemu-img

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 <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
tests/qemu-iotests/common.rc
This page took 0.025672 seconds and 4 git commands to generate.