From: Max Reitz Date: Thu, 17 Oct 2019 13:31:44 +0000 (+0200) Subject: iotests/183: Create socket in $SOCK_DIR X-Git-Tag: qemu-xen-4.14.0~321^2~45 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6ab72e5865529654cf357f56e3466247286bc3a7;p=qemu-xen.git iotests/183: Create socket in $SOCK_DIR Signed-off-by: Max Reitz Reviewed-by: Eric Blake Reviewed-by: Thomas Huth Message-id: 20191017133155.5327-13-mreitz@redhat.com Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/183 b/tests/qemu-iotests/183 index 04fb344d08..bced83fae0 100755 --- a/tests/qemu-iotests/183 +++ b/tests/qemu-iotests/183 @@ -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() {