[glib: 2/4] Clean the file "iochannel-test-outfile" after the test test_small_writes()
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 2/4] Clean the file "iochannel-test-outfile" after the test test_small_writes()
- Date: Mon, 25 Apr 2022 17:30:55 +0000 (UTC)
commit 9ed0dc5583adc43c959e53066b658218ccb5ea8b
Author: Emmanuel Fleury <emmanuel fleury gmail com>
Date: Sat Apr 16 15:31:21 2022 +0200
Clean the file "iochannel-test-outfile" after the test test_small_writes()
glib/tests/io-channel.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/glib/tests/io-channel.c b/glib/tests/io-channel.c
index 128805c30f..eb75f82337 100644
--- a/glib/tests/io-channel.c
+++ b/glib/tests/io-channel.c
@@ -59,6 +59,7 @@ test_small_writes (void)
g_assert_cmpint (status, ==, G_IO_STATUS_NORMAL);
g_io_channel_unref (io);
+ g_remove ("iochannel-test-outfile");
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]