diff options
Diffstat (limited to 'perl')
-rwxr-xr-x | perl/t/schema.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/t/schema.t b/perl/t/schema.t index 4c5105d..e97dfc6 100755 --- a/perl/t/schema.t +++ b/perl/t/schema.t @@ -25,4 +25,6 @@ $dbh->{RaiseError} = 1; $dbh->{PrintError} = 0; eval { $schema->create ($dbh) }; is ($@, '', "create() doesn't die"); + +# Clean up. unlink 'wallet-db'; |