mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Remove a failing test
Since we stripped g_credentials_set_pid(), the test for g_credentials_get_pid() can't succeed anymore, so remove it.
This commit is contained in:
parent
32c9254277
commit
12ad403a43
@ -72,10 +72,6 @@ test_basic (void)
|
||||
g_assert (set);
|
||||
|
||||
g_assert_cmpuint (g_credentials_get_unix_user (other, &error), ==, not_me);
|
||||
g_assert_no_error (error);
|
||||
g_assert_cmpuint (g_credentials_get_unix_pid (other, &error), ==, 1);
|
||||
g_assert_no_error (error);
|
||||
|
||||
g_assert (!g_credentials_is_same_user (creds, other, &error));
|
||||
g_assert_no_error (error);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user