tests/kms_cursor_crc: Use igt_exit

Otherwise the exit codes are all bogus.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2013-10-29 07:47:33 +01:00
parent 020600b77d
commit 7b8784dccf

View File

@ -386,5 +386,5 @@ int main(int argc, char **argv)
fclose(data.ctl);
}
return 0;
igt_exit();
}