[glib: 1/4] Cleaning file 'filename' after the test in glib/tests/fileutils.c
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/4] Cleaning file 'filename' after the test in glib/tests/fileutils.c
- Date: Mon, 25 Apr 2022 17:30:54 +0000 (UTC)
commit 8901898da246b5e65193d289d7bff8822f87d109
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date: Sat Apr 16 15:20:34 2022 +0200
Cleaning file 'filename' after the test in glib/tests/fileutils.c
glib/tests/fileutils.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/glib/tests/fileutils.c b/glib/tests/fileutils.c
index 192eab8a5a..8363f01394 100644
--- a/glib/tests/fileutils.c
+++ b/glib/tests/fileutils.c
@@ -1447,6 +1447,7 @@ test_get_contents (void)
g_assert_no_error (error);
g_free (contents);
+ g_remove (filename);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]