Re: [Qemu-devel] [PATCH for-2.10 3/7] qemu-iotests/141: Fix image cleanup

2017-07-28 Thread Jeff Cody
On Fri, Jul 28, 2017 at 03:14:48PM +0200, Kevin Wolf wrote: > qemu-iotests 141 attempted to use brace expansion to remove all images > with a single command. However, for this to work, the braces shouldn't > be quoted. > > With this fix, the tests correctly cleans up its scratch images. > > Signe

[Qemu-devel] [PATCH for-2.10 3/7] qemu-iotests/141: Fix image cleanup

2017-07-28 Thread Kevin Wolf
qemu-iotests 141 attempted to use brace expansion to remove all images with a single command. However, for this to work, the braces shouldn't be quoted. With this fix, the tests correctly cleans up its scratch images. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/141 | 2 +- 1 file changed,