mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-22 04:04:51 +02:00
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:
commit
e589477202
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user