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:
Matthias Clasen 2012-12-29 00:03:09 -05:00
parent 32c9254277
commit 12ad403a43

View File

@ -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);