From: Fam Zheng Date: Tue, 2 May 2017 16:35:46 +0000 (+0800) Subject: iotests: 087: Don't attach test image twice X-Git-Tag: v2.10.0-rc0~200^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5b8336a6284fa4d75eaae3ac0bfb974cb7f5f4a;p=thirdparty%2Fqemu.git iotests: 087: Don't attach test image twice The test scenario doesn't require the same image, instead it focuses on the duplicated node-name, so use null-co to avoid locking conflict. Reviewed-by: Max Reitz Signed-off-by: Fam Zheng Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/087 b/tests/qemu-iotests/087 index 9de57ddf6d4..6d52f7d1b7f 100755 --- a/tests/qemu-iotests/087 +++ b/tests/qemu-iotests/087 @@ -82,8 +82,7 @@ run_qemu -drive driver=$IMGFMT,id=disk,node-name=test-node,file="$TEST_IMG" <