On 27/09/2022 13.05, Bin Meng wrote:
From: Bin Meng <bin.m...@windriver.com>

This case was written to use hardcoded /tmp directory for temporary
files. Update to use g_file_open_tmp() for a portable implementation.

Signed-off-by: Bin Meng <bin.m...@windriver.com>
---

Changes in v4:
- Do not use g_autofree and g_steal_pointer

Changes in v3:
- Split to a separate patch
- Ensure g_autofree variable is initialized
- Use g_steal_pointer() in create_test_img()

  tests/qtest/hd-geo-test.c | 24 +++++++++++-------------
  1 file changed, 11 insertions(+), 13 deletions(-)

Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to