summaryrefslogtreecommitdiff
path: root/perl/t/acl.t
diff options
context:
space:
mode:
Diffstat (limited to 'perl/t/acl.t')
-rwxr-xr-xperl/t/acl.t4
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';
+}