diff options
author | Max Reitz <mreitz@redhat.com> | 2019-10-17 15:31:41 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2019-10-28 11:22:31 +0100 |
commit | 610dffaa3948c762a1e287410bead51fc876c1a6 (patch) | |
tree | 6ed3f9dabf53071bd96494f0576cc23de07de447 /tests/qemu-iotests/147 | |
parent | 9a9c7c8f9834f18204a6586e6ddd902dab2b0bf9 (diff) | |
download | qemu-610dffaa3948c762a1e287410bead51fc876c1a6.zip qemu-610dffaa3948c762a1e287410bead51fc876c1a6.tar.gz qemu-610dffaa3948c762a1e287410bead51fc876c1a6.tar.bz2 |
iotests/147: 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-10-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/147')
-rwxr-xr-x | tests/qemu-iotests/147 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/147 b/tests/qemu-iotests/147 index ab8480b..03fc2fa 100755 --- a/tests/qemu-iotests/147 +++ b/tests/qemu-iotests/147 @@ -32,7 +32,7 @@ NBD_IPV6_PORT_START = NBD_PORT_END NBD_IPV6_PORT_END = NBD_IPV6_PORT_START + 1024 test_img = os.path.join(iotests.test_dir, 'test.img') -unix_socket = os.path.join(iotests.test_dir, 'nbd.socket') +unix_socket = os.path.join(iotests.sock_dir, 'nbd.socket') def flatten_sock_addr(crumpled_address): |