]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/unit/test-util-sockets: Remove temporary file after test
authorThomas Huth <thuth@redhat.com>
Mon, 26 Feb 2024 08:27:28 +0000 (09:27 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 1 Mar 2024 16:00:11 +0000 (19:00 +0300)
commit2a97c05796a42dc0d0104fef76a1ac87153c2462
tree9eb5a10ec6dd28ad5763e326558e58e9c3095037
parente6ce551c75827bc8907a3898a2f5f8132ba83db4
tests/unit/test-util-sockets: Remove temporary file after test

test-util-sockets leaves the temporary socket files around in the
temporary files folder. Let's better remove them at the end of the
testing.

Fixes: 4d3a329af5 ("tests/util-sockets: add abstract unix socket cases")
Message-ID: <20240226082728.249753-1-thuth@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit f0cb6828ae34fb56fbb869bb3147a636d1c984ce)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/unit/test-util-sockets.c