tests: s/exit(77)/igt_skip()/

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-08-13 12:51:35 +02:00
parent c9d0378281
commit b30d95f33c
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ static uint32_t context_create(int fd)
ret = drmIoctl(fd, CONTEXT_CREATE_IOCTL, &create);
if (ret == -1 && (errno == ENODEV || errno == EINVAL))
exit(77);
igt_skip();
else if (ret)
abort();