On 27/2/23 18:40, Richard W.M. Jones wrote:
These two tests were failing with this error:

   stderr:
   TAP parsing error: version number must be on the first line
   [...]
   Unknown TAP version. The first line MUST be `TAP version <int>`. Assuming 
version 12.

This can be fixed by ensuring we always call g_test_init first in the
body of main.

Thanks: Daniel Berrange, for diagnosing the problem
Signed-off-by: Richard W.M. Jones <rjo...@redhat.com>
---
  tests/qtest/fuzz-lsi53c895a-test.c | 4 ++--
  tests/qtest/rtl8139-test.c         | 5 +++--
  2 files changed, 5 insertions(+), 4 deletions(-)

Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>

Thanks for tackling this!

Reply via email to