diff options
author | Max Reitz | 2019-10-17 15:31:37 +0200 |
---|---|---|
committer | Max Reitz | 2019-10-28 11:22:31 +0100 |
commit | 5759322ab0414d277e6f340b2487f37d0f1f3c1e (patch) | |
tree | 4df3cbe51cda5776f3997a57584a2b72d0c58515 /tests/qemu-iotests/241 | |
parent | iotests: Filter $SOCK_DIR (diff) | |
download | qemu-5759322ab0414d277e6f340b2487f37d0f1f3c1e.tar.gz qemu-5759322ab0414d277e6f340b2487f37d0f1f3c1e.tar.xz qemu-5759322ab0414d277e6f340b2487f37d0f1f3c1e.zip |
iotests: Let common.nbd create socket in $SOCK_DIR
In addition, drop the nbd_unix_socket assignment in 241 because it does
not really do anything.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20191017133155.5327-6-mreitz@redhat.com
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/241')
-rwxr-xr-x | tests/qemu-iotests/241 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qemu-iotests/241 b/tests/qemu-iotests/241 index 58b64ebf41..8dae8d39e4 100755 --- a/tests/qemu-iotests/241 +++ b/tests/qemu-iotests/241 @@ -23,8 +23,6 @@ echo "QA output created by $seq" status=1 # failure is the default! -nbd_unix_socket=$TEST_DIR/test_qemu_nbd_socket - _cleanup() { _cleanup_test_img |