diff options
author | Russ Allbery <rra@stanford.edu> | 2012-08-30 14:57:44 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2012-08-30 14:57:44 -0700 |
commit | c82a0a11a1306a805a3db5813e26bef72984db4c (patch) | |
tree | 3f086ec099e8542f4a497f8ea46045e31365b6b2 | |
parent | fef66a4c6ca0c452ce9af641469c831e36399c19 (diff) |
Clean up a file created by the MIT keytab tests
-rwxr-xr-x | perl/t/keytab.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/t/keytab.t b/perl/t/keytab.t index 68cd2b4..01def75 100755 --- a/perl/t/keytab.t +++ b/perl/t/keytab.t @@ -451,6 +451,7 @@ SKIP: { is ($one->destroy (@trace), 1, 'Destroying wallet/one works'); is ($two->destroy (@trace), 1, ' as does destroying wallet/two'); remctld_stop; + unlink 'krb5cc_good'; } # Now Heimdal. Since the keytab contains timestamps, before testing for |