Revert back last cleanup call in api-test.

Removed by a mistake.
This commit is contained in:
Milan Broz
2019-07-31 12:15:49 +02:00
parent 243690b5ab
commit e7027e3d40
2 changed files with 2 additions and 0 deletions

View File

@@ -4168,5 +4168,6 @@ int main(int argc, char *argv[])
RUN_(Luks2Reencryption, "LUKS2 reencryption");
RUN_(Luks2Repair, "LUKS2 repair"); // test disables metadata locking. Run always last!
_cleanup();
return 0;
}

View File

@@ -1907,5 +1907,6 @@ int main(int argc, char *argv[])
RUN_(TcryptTest, "Tcrypt API");
RUN_(IntegrityTest, "Integrity API");
_cleanup();
return 0;
}