tests: Use igt_exit for tests with subtest

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2013-10-29 11:15:43 +01:00
parent ccb1b5888d
commit 780807099a
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -97,5 +97,5 @@ int main(int argc, char **argv)
igt_fixture
close(fd);
return 0;
igt_exit();
}

View File

@ -167,5 +167,5 @@ int main(int argc, char **argv)
close(fd);
}
return 0;
igt_exit();
}