Clean the file "iochannel-test-outfile" after the test test_small_writes()

This commit is contained in:
Emmanuel Fleury 2022-04-16 15:31:21 +02:00
parent 8901898da2
commit 9ed0dc5583

View File

@ -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