mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
tests: Fix tc_client_fd_leaks_exec test
tc_client_fd_leaks and tc_client_fd_leaks_exec are currently the exact same test. It seems clear from the name that the latter was intended to spawn sanity_fd_leak_exec instead of sanity_fd_leak. Fixes #121 Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
parent
8893573651
commit
ea237db7f6
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ FAIL_TEST(tc_client_fd_leaks_exec)
|
|||
{
|
||||
struct display *d = display_create();
|
||||
|
||||
client_create_noarg(d, sanity_fd_leak);
|
||||
client_create_noarg(d, sanity_fd_leak_exec);
|
||||
display_run(d);
|
||||
|
||||
test_disable_coredumps();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue