From e7027e3d40bd986d44e2d5ce8dc94d947fbc17bd Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Wed, 31 Jul 2019 12:15:49 +0200 Subject: [PATCH] Revert back last cleanup call in api-test. Removed by a mistake. --- tests/api-test-2.c | 1 + tests/api-test.c | 1 + 2 files changed, 2 insertions(+) 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; }