diff options
author | Thomas Huth <thuth@redhat.com> | 2021-12-22 09:30:54 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-12-22 09:37:14 +0100 |
commit | e63ed64c6d10768b3a41c3337226372a9664ef6f (patch) | |
tree | 2f04b1a75d0412278119404cbb07c7ea0d8e772a /tests/qemu-iotests/129 | |
parent | d6a3dd741823033c9f103f19c8a81044b2cb8c0e (diff) |
tests/qtest/virtio-net-failover: Use g_file_open_tmp() to create temporary file
g_test_rand_int() must not be called before g_test_init(), otherwise
the glib will show a "g_rand_int: assertion 'rand != NULL' failed"
message in the log. So we could change the order here, but actually,
it's safer to use g_file_open_tmp() anyway, so let's use that function
now instead.
Reported-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211222083652.776592-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/129')
0 files changed, 0 insertions, 0 deletions