aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2019-10-17 15:31:47 +0200
committerMax Reitz <mreitz@redhat.com>2019-10-28 11:22:31 +0100
commit2b4af4650c5a668b3a713fa2c54f0abdb7ef54eb (patch)
tree29f49d08a2e1f02937801069439fb6fd3d9fee75
parent4b4d34f4f79f16f1135705161bb2c2991df9049e (diff)
downloadqemu-2b4af4650c5a668b3a713fa2c54f0abdb7ef54eb.zip
qemu-2b4af4650c5a668b3a713fa2c54f0abdb7ef54eb.tar.gz
qemu-2b4af4650c5a668b3a713fa2c54f0abdb7ef54eb.tar.bz2
iotests/201: Create socket in $SOCK_DIR
Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 20191017133155.5327-16-mreitz@redhat.com Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
-rwxr-xr-xtests/qemu-iotests/2012
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/201 b/tests/qemu-iotests/201
index 7abf740..86fa37e 100755
--- a/tests/qemu-iotests/201
+++ b/tests/qemu-iotests/201
@@ -24,7 +24,7 @@ echo "QA output created by $seq"
status=1 # failure is the default!
-MIG_SOCKET="${TEST_DIR}/migrate"
+MIG_SOCKET="${SOCK_DIR}/migrate"
# get standard environment, filters and checks
. ./common.rc