From c707e5741f41cc88f19f242975447d520dce6081 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 30 Aug 2007 00:06:18 +0000 Subject: Comment improvements. --- perl/t/schema.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl/t') 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'; -- cgit v1.2.3