mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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 <kwolf@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
c4d1ff2bfc
commit
169926dccf
2 changed files with 0 additions and 4 deletions
|
@ -27,8 +27,6 @@ echo "QA output created by $seq"
|
||||||
here=`pwd`
|
here=`pwd`
|
||||||
status=1 # failure is the default!
|
status=1 # failure is the default!
|
||||||
|
|
||||||
MIG_SOCKET="${TEST_DIR}/migrate"
|
|
||||||
|
|
||||||
_cleanup()
|
_cleanup()
|
||||||
{
|
{
|
||||||
rm -f "${TEST_IMG}.mid"
|
rm -f "${TEST_IMG}.mid"
|
||||||
|
|
|
@ -27,8 +27,6 @@ echo "QA output created by $seq"
|
||||||
here=`pwd`
|
here=`pwd`
|
||||||
status=1 # failure is the default!
|
status=1 # failure is the default!
|
||||||
|
|
||||||
MIG_SOCKET="${TEST_DIR}/migrate"
|
|
||||||
|
|
||||||
_cleanup()
|
_cleanup()
|
||||||
{
|
{
|
||||||
rm -f "${TEST_IMG}.mid"
|
rm -f "${TEST_IMG}.mid"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue