tests: add missing igt_exit() calls

Forgotten while converting to subtests, then copy&pasted.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-09-04 13:25:28 +02:00
parent 5113df7891
commit 0550092c9a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -381,5 +381,5 @@ int main(int argc, char **argv)
close(fd);
}
return 0;
igt_exit();
}
+1 -1
View File
@@ -384,5 +384,5 @@ int main(int argc, char **argv)
close(fd);
}
return 0;
igt_exit();
}