Re: [Qemu-devel] [PATCH 2/4] qemu-iotests: common.rc: drop unused _do()

2016-04-12 Thread Max Reitz
On 12.04.2016 16:56, Sascha Silbe wrote: > _do() was never used and possibly creates temporary files at > predictable, world-writable locations. Get rid of it. > > Signed-off-by: Sascha Silbe > Reviewed-by: Bo Tu > --- > tests/qemu-iotests/common.rc | 46 > -

[Qemu-devel] [PATCH 2/4] qemu-iotests: common.rc: drop unused _do()

2016-04-12 Thread Sascha Silbe
_do() was never used and possibly creates temporary files at predictable, world-writable locations. Get rid of it. Signed-off-by: Sascha Silbe Reviewed-by: Bo Tu --- tests/qemu-iotests/common.rc | 46 1 file changed, 46 deletions(-) diff --git a/tes