Home
last modified time | relevance | path

Searched hist:c997068077fbeabb8b3810bdf1592e5a0d7548c3 (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/unit/
H A Dtest-io-channel-command.cc997068077fbeabb8b3810bdf1592e5a0d7548c3 Tue Feb 28 19:06:32 UTC 2023 Alex Bennée <alex.bennee@linaro.org> tests: be a bit more strict cleaning up fifos

When we re-factored we dropped the unlink() step which turns out to be
required for rmdir to do its thing. If we had been checking the return
value we would have noticed so lets do that with this fix.

Fixes: 68406d1085 (tests/unit: cleanups for test-io-channel-command)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230228190653.1602033-4-alex.bennee@linaro.org>