qemu-iotests: Remove MIG_SOCKET from non-migration tests
authorKevin Wolf <kwolf@redhat.com>
Wed, 23 May 2018 09:56:07 +0000 (11:56 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 23 May 2018 12:30:47 +0000 (14:30 +0200)
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 <kwolf@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
tests/qemu-iotests/185
tests/qemu-iotests/191

index 9a2d31741426e4e14c4fc718f6ec6016c4a666f0..deb42cc88667e6c5d406f587994bc068ed401fca 100755 (executable)
@@ -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"
index dfad6555e48c8ecd1e777df5848eea13a91e4339..77224eb151d4578038ece2f57bcd40cc973c67e8 100755 (executable)
@@ -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"