diff options
Diffstat (limited to 'perl/t/object.t')
-rwxr-xr-x | perl/t/object.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/t/object.t b/perl/t/object.t index 878e29d..442f50c 100755 --- a/perl/t/object.t +++ b/perl/t/object.t @@ -14,6 +14,7 @@ use Wallet::Server; # Use a local SQLite database for testing. $Wallet::Config::DB_DRIVER = 'SQLite'; $Wallet::Config::DB_INFO = 'wallet-db'; +unlink 'wallet-db'; # Some global defaults to use. my $user = 'admin@EXAMPLE.COM'; |