Cleaning file 'filename' after the test in glib/tests/fileutils.c

This commit is contained in:
Emmanuel Fleury 2022-04-16 15:20:34 +02:00
parent d987146fe1
commit 8901898da2

View File

@ -1447,6 +1447,7 @@ test_get_contents (void)
g_assert_no_error (error);
g_free (contents);
g_remove (filename);
}
static void