aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/181
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2019-10-17 15:31:42 +0200
committerMax Reitz <mreitz@redhat.com>2019-10-28 11:22:31 +0100
commit14fa704577c9acbdd8c9e117349fededeed5d9c9 (patch)
tree944c0b5f3e51aab412ec1a7d906a23b740ba852e /tests/qemu-iotests/181
parent610dffaa3948c762a1e287410bead51fc876c1a6 (diff)
downloadqemu-14fa704577c9acbdd8c9e117349fededeed5d9c9.zip
qemu-14fa704577c9acbdd8c9e117349fededeed5d9c9.tar.gz
qemu-14fa704577c9acbdd8c9e117349fededeed5d9c9.tar.bz2
iotests/181: Create socket in $SOCK_DIR
Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-id: 20191017133155.5327-11-mreitz@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/181')
-rwxr-xr-xtests/qemu-iotests/1812
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/181 b/tests/qemu-iotests/181
index e317e63..378c289 100755
--- a/tests/qemu-iotests/181
+++ b/tests/qemu-iotests/181
@@ -26,7 +26,7 @@ echo "QA output created by $seq"
status=1 # failure is the default!
-MIG_SOCKET="${TEST_DIR}/migrate"
+MIG_SOCKET="${SOCK_DIR}/migrate"
_cleanup()
{