mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-01 17:02:18 +01:00
Misc test coverage improvements
https://bugzilla.gnome.org/show_bug.cgi?id=660849
This commit is contained in:
@@ -478,6 +478,9 @@ test_mkdir_with_parents (void)
|
||||
g_print ("checking g_mkdir_with_parents() in cwd: %s", cwd);
|
||||
test_mkdir_with_parents_1 (cwd);
|
||||
g_free (cwd);
|
||||
|
||||
g_assert (g_mkdir_with_parents (NULL, 0) == -1);
|
||||
g_assert (errno == EINVAL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user