mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Revert back last cleanup call in api-test.
Removed by a mistake.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1907,5 +1907,6 @@ int main(int argc, char *argv[])
|
||||
RUN_(TcryptTest, "Tcrypt API");
|
||||
RUN_(IntegrityTest, "Integrity API");
|
||||
|
||||
_cleanup();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user