From: Kevin Wolf Date: Wed, 23 May 2018 09:56:07 +0000 (+0200) Subject: qemu-iotests: Remove MIG_SOCKET from non-migration tests X-Git-Tag: v3.0.0-rc0~138^2~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=169926dccfaa06f15a172331bcf0f13bd595e2e5;p=thirdparty%2Fqemu.git qemu-iotests: Remove MIG_SOCKET from non-migration tests 185 and 191 define a MIG_SOCKET even though they don't do anything with migration. Remove the useless variable. Signed-off-by: Kevin Wolf Reviewed-by: Juan Quintela --- diff --git a/tests/qemu-iotests/185 b/tests/qemu-iotests/185 index 9a2d3174142..deb42cc8866 100755 --- a/tests/qemu-iotests/185 +++ b/tests/qemu-iotests/185 @@ -27,8 +27,6 @@ echo "QA output created by $seq" here=`pwd` status=1 # failure is the default! -MIG_SOCKET="${TEST_DIR}/migrate" - _cleanup() { rm -f "${TEST_IMG}.mid" diff --git a/tests/qemu-iotests/191 b/tests/qemu-iotests/191 index dfad6555e48..77224eb151d 100755 --- a/tests/qemu-iotests/191 +++ b/tests/qemu-iotests/191 @@ -27,8 +27,6 @@ echo "QA output created by $seq" here=`pwd` status=1 # failure is the default! -MIG_SOCKET="${TEST_DIR}/migrate" - _cleanup() { rm -f "${TEST_IMG}.mid"