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>
dev
Pekka Paalanen 5 years ago
parent 12a138d51e
commit 54c03dfe51
  1. 1
      tests/xwayland-test.c

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

Loading…
Cancel
Save