test: exit cleanly on success

This commit is contained in:
Lennart Poettering 2019-05-24 21:09:07 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 6bf901a9b5
commit c22f885e4e
1 changed files with 1 additions and 0 deletions

View File

@ -20,4 +20,5 @@ int main(int argc, char **argv) {
log_parse_environment();
ask_password();
return EXIT_SUCCESS;
}