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
|
@ -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…
Reference in New Issue
Block a user