Remember to exit with exit_status() from unit testing

This commit is contained in:
Paul LeoNerd Evans 2011-03-31 12:13:37 +01:00
parent 3bbda921b7
commit 9d7f0037a8
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ int main(int argc, char *argv[])
ok(1, "termkey_free");
return 0;
return exit_status();
}