aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2018-05-23 11:56:07 +0200
committerKevin Wolf <kwolf@redhat.com>2018-05-23 14:30:47 +0200
commit169926dccfaa06f15a172331bcf0f13bd595e2e5 (patch)
tree6e93494a04098d7bbc8c87e874d9092d5eaae16d /tests
parentc4d1ff2bfc3c40ce172ebc9a8860672ed97a3b4f (diff)
downloadqemu-169926dccfaa06f15a172331bcf0f13bd595e2e5.zip
qemu-169926dccfaa06f15a172331bcf0f13bd595e2e5.tar.gz
qemu-169926dccfaa06f15a172331bcf0f13bd595e2e5.tar.bz2
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>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/qemu-iotests/1852
-rwxr-xr-xtests/qemu-iotests/1912
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/qemu-iotests/185 b/tests/qemu-iotests/185
index 9a2d317..deb42cc 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 dfad655..77224eb 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"