summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/debugfs_pipe_crc.c2
-rw-r--r--tests/gem_mmap.c2
-rw-r--r--tests/gem_storedw_batches_loop.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/debugfs_pipe_crc.c b/tests/debugfs_pipe_crc.c
index 6a3e9dc57..1bb34dc6d 100644
--- a/tests/debugfs_pipe_crc.c
+++ b/tests/debugfs_pipe_crc.c
@@ -268,5 +268,5 @@ int main(int argc, char **argv)
fclose(data.ctl);
}
- return 0;
+ igt_exit();
}
diff --git a/tests/gem_mmap.c b/tests/gem_mmap.c
index 9c3391e4c..c812a5b9d 100644
--- a/tests/gem_mmap.c
+++ b/tests/gem_mmap.c
@@ -97,5 +97,5 @@ int main(int argc, char **argv)
igt_fixture
close(fd);
- return 0;
+ igt_exit();
}
diff --git a/tests/gem_storedw_batches_loop.c b/tests/gem_storedw_batches_loop.c
index d6cd216f7..eabc6f26e 100644
--- a/tests/gem_storedw_batches_loop.c
+++ b/tests/gem_storedw_batches_loop.c
@@ -167,5 +167,5 @@ int main(int argc, char **argv)
close(fd);
}
- return 0;
+ igt_exit();
}