aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2019-10-17 15:31:44 +0200
committerMax Reitz <mreitz@redhat.com>2019-10-28 11:22:31 +0100
commit6ab72e5865529654cf357f56e3466247286bc3a7 (patch)
tree7be9379aa0e46c7011df23d228850d3da73a3bca
parent748f831b2a4e6bcebd99b6fd02612b7d708e61dc (diff)
downloadqemu-6ab72e5865529654cf357f56e3466247286bc3a7.zip
qemu-6ab72e5865529654cf357f56e3466247286bc3a7.tar.gz
qemu-6ab72e5865529654cf357f56e3466247286bc3a7.tar.bz2
iotests/183: 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-13-mreitz@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
-rwxr-xr-xtests/qemu-iotests/1832
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/183 b/tests/qemu-iotests/183
index 04fb344..bced83f 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()
{