1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-24 14:50:17 +03:00

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

View File

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