tests: s/exit(EXIT_FAILURE)/igt_fail(1)/

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-08-13 12:49:46 +02:00
parent 907377da0e
commit a4cb8954b2
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ int main(int argc, char *argv[])
exit(77);
} else if (ret != 0) {
fprintf(stderr, "%s\n", strerror(errno));
exit(EXIT_FAILURE);
igt_fail(1);
}
igt_assert(create.ctx_id != 0);