diff options
Diffstat (limited to 'perl/t/acl.t')
-rwxr-xr-x | perl/t/acl.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl/t/acl.t b/perl/t/acl.t index 15796d2..59e1071 100755 --- a/perl/t/acl.t +++ b/perl/t/acl.t @@ -227,6 +227,5 @@ is ($acl->name, 'example', ' and the right name'); is ($acl->id, 3, ' and a new ID'); # Clean up. -my $schema = Wallet::Schema->new; -$schema->drop ($dbh); +$setup->destroy; unlink 'wallet-db'; |