Merge branch 'root-test-fix' into 'master'

tests: Fix skipping mkdir-with-parents-permission test

See merge request GNOME/glib!1080
This commit is contained in:
Nirbheek Chauhan 2019-09-10 06:42:36 +00:00
commit e589477202

View File

@ -548,6 +548,7 @@ test_mkdir_with_parents_permission (void)
if (g_mkdir (subdir2, 0700) == 0) if (g_mkdir (subdir2, 0700) == 0)
{ {
g_test_skip ("have CAP_DAC_OVERRIDE or equivalent, cannot test"); g_test_skip ("have CAP_DAC_OVERRIDE or equivalent, cannot test");
g_remove (subdir2);
} }
else else
{ {