diff options
Diffstat (limited to 'perl/t/stanford-naming.t')
-rwxr-xr-x | perl/t/stanford-naming.t | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/perl/t/stanford-naming.t b/perl/t/stanford-naming.t index c512ad0..555086c 100755 --- a/perl/t/stanford-naming.t +++ b/perl/t/stanford-naming.t @@ -7,7 +7,7 @@ # behavior at Stanford. # # Written by Russ Allbery <eagle@eyrie.org> -# Copyright 2013 +# Copyright 2013, 2014 # The Board of Trustees of the Leland Stanford Junior University # # See LICENSE for licensing terms. @@ -255,4 +255,6 @@ for my $type (qw(htpasswd ssh-rsa ssh-dsa ssl-key tivoli-key)) { # Clean up. $setup->destroy; -unlink 'wallet-db'; +END { + unlink 'wallet-db'; +} |