tests/xwayland: do not call exit(SUCCESS)
Successful tests should just return, not call exit() which breaks the new test harness when it uses TAP. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
12a138d51e
commit
54c03dfe51
@ -103,5 +103,4 @@ TEST(xwayland_client_test)
|
||||
}
|
||||
|
||||
XCloseDisplay(display);
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user