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:
Pekka Paalanen 2019-11-06 16:09:00 +02:00
parent 12a138d51e
commit 54c03dfe51
1 changed files with 0 additions and 1 deletions

View File

@ -103,5 +103,4 @@ TEST(xwayland_client_test)
}
XCloseDisplay(display);
exit(EXIT_SUCCESS);
}