diff --git a/tests/api-test-2.c b/tests/api-test-2.c index da9eaa02..2466e10f 100644 --- a/tests/api-test-2.c +++ b/tests/api-test-2.c @@ -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; } diff --git a/tests/api-test.c b/tests/api-test.c index fe909d0c..0ff78e7e 100644 --- a/tests/api-test.c +++ b/tests/api-test.c @@ -1907,5 +1907,6 @@ int main(int argc, char *argv[]) RUN_(TcryptTest, "Tcrypt API"); RUN_(IntegrityTest, "Integrity API"); + _cleanup(); return 0; }