diff options
Diffstat (limited to 'tests/gem_ctx_exec.c')
-rw-r--r-- | tests/gem_ctx_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_ctx_exec.c b/tests/gem_ctx_exec.c index 15c87b03..c2021bf9 100644 --- a/tests/gem_ctx_exec.c +++ b/tests/gem_ctx_exec.c @@ -138,5 +138,5 @@ int main(int argc, char *argv[]) igt_assert(exec(fd, handle, I915_EXEC_RENDER, ctx_id) < 0); - exit(EXIT_SUCCESS); + igt_success(); } |