From 54c03dfe5128ecc0cf36fb764f0130dc3e8f7acc Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 6 Nov 2019 16:09:00 +0200 Subject: [PATCH] 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 --- tests/xwayland-test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/xwayland-test.c b/tests/xwayland-test.c index d9d4a2d6..af0b5bae 100644 --- a/tests/xwayland-test.c +++ b/tests/xwayland-test.c @@ -103,5 +103,4 @@ TEST(xwayland_client_test) } XCloseDisplay(display); - exit(EXIT_SUCCESS); } -- 2.34.1