diff options
Diffstat (limited to 'perl/t/acl.t')
-rwxr-xr-x | perl/t/acl.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl/t/acl.t b/perl/t/acl.t index 7f82259..e633f46 100755 --- a/perl/t/acl.t +++ b/perl/t/acl.t @@ -227,4 +227,6 @@ like ($acl->id, qr{\A[23]\z}, ' and an ID of 2 or 3'); # Clean up. $setup->destroy; -unlink 'wallet-db'; +END { + unlink 'wallet-db'; +} |