From 5e278c86eda1d5ade7c0fc425edc589e3c9dff59 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 15 Jan 2014 10:40:40 +0000 Subject: gem_gtt_hog: use a normal exit() Since we don't execute any subtests, using igt_exit leads to inconsistent behaviour. In the future, this may be converted. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73641 Signed-off-by: Chris Wilson --- tests/gem_gtt_hog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_gtt_hog.c b/tests/gem_gtt_hog.c index 73c4e9e6..aa83b400 100644 --- a/tests/gem_gtt_hog.c +++ b/tests/gem_gtt_hog.c @@ -141,7 +141,7 @@ static void run(int child) munmap(ptr, size); igt_assert(x == canary); - igt_exit(); + exit(0); } int main(int argc, char **argv) -- cgit v1.2.3