aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2019-10-17 15:31:41 +0200
committerMax Reitz <mreitz@redhat.com>2019-10-28 11:22:31 +0100
commit610dffaa3948c762a1e287410bead51fc876c1a6 (patch)
tree6ed3f9dabf53071bd96494f0576cc23de07de447
parent9a9c7c8f9834f18204a6586e6ddd902dab2b0bf9 (diff)
downloadqemu-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>
-rwxr-xr-xtests/qemu-iotests/1472
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):