diff options
author | Max Reitz <mreitz@redhat.com> | 2019-10-17 15:31:44 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2019-10-28 11:22:31 +0100 |
commit | 6ab72e5865529654cf357f56e3466247286bc3a7 (patch) | |
tree | 7be9379aa0e46c7011df23d228850d3da73a3bca /tests/qemu-iotests/183 | |
parent | 748f831b2a4e6bcebd99b6fd02612b7d708e61dc (diff) |
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>
Diffstat (limited to 'tests/qemu-iotests/183')
-rwxr-xr-x | tests/qemu-iotests/183 | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |