]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: test-mech - Remove auth-token-secret.dat after test suite
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 13 May 2020 07:52:50 +0000 (10:52 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 13 May 2020 08:20:32 +0000 (11:20 +0300)
src/auth/test-mech.c

index ea52fe2c937351fea6ded4daf9dfc2f931fc553b..42fc21230ca3786cf62a67457514bf7101ad3a9d 100644 (file)
@@ -396,6 +396,7 @@ static void test_mechs(void)
        mech_deinit(global_auth_settings);
        mech_register_deinit(&mech_reg);
        auths_free();
+       i_unlink("auth-token-secret.dat");
 }
 
 int main(void)