Otherwise the error handling we are expecting will be masked by the preceding image locking check, and is going to be indistinguishable because the error messages are all the same.
Signed-off-by: Fam Zheng <[email protected]> --- tests/qemu-iotests/087 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/qemu-iotests/087 b/tests/qemu-iotests/087 index 91e4c71..5c04577 100755 --- a/tests/qemu-iotests/087 +++ b/tests/qemu-iotests/087 @@ -84,7 +84,6 @@ run_qemu -drive driver=$IMGFMT,id=disk,node-name=test-node,file="$TEST_IMG" <<EO "options": { "driver": "$IMGFMT", "node-name": "disk", - "lock-mode": "off", "file": { "driver": "file", "filename": "$TEST_IMG" @@ -97,7 +96,6 @@ run_qemu -drive driver=$IMGFMT,id=disk,node-name=test-node,file="$TEST_IMG" <<EO "options": { "driver": "$IMGFMT", "node-name": "test-node", - "lock-mode": "off", "file": { "driver": "file", "filename": "$TEST_IMG" -- 2.7.4
