diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-10-29 07:47:33 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-10-29 07:47:33 +0100 |
commit | 7b8784dccf303c4fd9c6a1c2e3f9fae7d00fde2f (patch) | |
tree | 1c7ac14af9cb4aeb718756c0df3aa84df326da45 /tests | |
parent | 020600b77dfc179d99bb3d088927dcdf6d432cfe (diff) |
tests/kms_cursor_crc: Use igt_exit
Otherwise the exit codes are all bogus.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/kms_cursor_crc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c index 61499c99..3828ac33 100644 --- a/tests/kms_cursor_crc.c +++ b/tests/kms_cursor_crc.c @@ -386,5 +386,5 @@ int main(int argc, char **argv) fclose(data.ctl); } - return 0; + igt_exit(); } |