gio/tests/unix-fd: rename test

Use a prefix matching the binary, rename the test "scm", as it involves
SocketControlMessage.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2022-04-07 16:17:49 +04:00
parent 18d98e30f9
commit c4a7ddbf67

View File

@ -39,7 +39,7 @@ create_fd_list (gint *fd_list)
}
static void
test_fds (void)
test_scm (void)
{
GError *err = NULL;
GUnixFDMessage *message;
@ -235,7 +235,7 @@ main (int argc, char **argv)
{
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/unix-streams/file-descriptors", test_fds);
g_test_add_func ("/unix-fd/scm", test_scm);
return g_test_run();