test script: make sure to return 0 upon success

This commit is contained in:
Vinícius Rodrigues Miguel 2021-04-05 21:03:15 -03:00
parent 1c5005f5a9
commit a7a604de9b

View File

@ -94,3 +94,5 @@ if __name__ == "__main__":
sanity_check_format("tar.bz2")
sanity_check_format("tar.lz")
sanity_check_format("tar.lzma")
print("Test finished!")
os._exit(0)