aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xperl/t/schema.t2
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';