diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-30 00:06:18 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-30 00:06:18 +0000 |
commit | c707e5741f41cc88f19f242975447d520dce6081 (patch) | |
tree | cbf497bc91c9dabbc1cc583e0a8004e1dfa4416d /perl/t | |
parent | f7880d17b11d858446f7b19ee36d5b5f4d289206 (diff) |
Comment improvements.
Diffstat (limited to 'perl/t')
-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'; |