From: Max Reitz Date: Thu, 17 Oct 2019 13:31:54 +0000 (+0200) Subject: iotests/267: Create socket in $SOCK_DIR X-Git-Tag: qemu-xen-4.14.0~321^2~35 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f0e24942fc93708aa971bf4142b97b40d198700c;p=qemu-xen.git iotests/267: Create socket in $SOCK_DIR Signed-off-by: Max Reitz Reviewed-by: Eric Blake Message-id: 20191017133155.5327-23-mreitz@redhat.com Reviewed-by: Thomas Huth Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/267 b/tests/qemu-iotests/267 index d37a67c012..170e173c0a 100755 --- a/tests/qemu-iotests/267 +++ b/tests/qemu-iotests/267 @@ -29,7 +29,7 @@ status=1 # failure is the default! _cleanup() { _cleanup_test_img - rm -f "$TEST_DIR/nbd" + rm -f "$SOCK_DIR/nbd" } trap "_cleanup; exit \$status" 0 1 2 3 15 @@ -143,7 +143,7 @@ echo IMGOPTS="backing_file=$TEST_IMG.base" _make_test_img $size cat <