summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gem_gtt_hog.c2
1 files changed, 1 insertions, 1 deletions
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)