mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
18d98e30f9
commit
c4a7ddbf67
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user