diff --git a/glib/tests/fileutils.c b/glib/tests/fileutils.c index a86ba478d..07a91a67f 100644 --- a/glib/tests/fileutils.c +++ b/glib/tests/fileutils.c @@ -548,6 +548,7 @@ test_mkdir_with_parents_permission (void) if (g_mkdir (subdir2, 0700) == 0) { g_test_skip ("have CAP_DAC_OVERRIDE or equivalent, cannot test"); + g_remove (subdir2); } else {