[svn:DBD-Pg] r13160 - DBD-Pg/trunk/t
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: turnstep Date: Tue Aug 4 09:47:26 2009 New Revision: 13160 Modified: DBD-Pg/trunk/t/99cleanup.t Log: Remove README.testdatabase as well. Modified: DBD-Pg/trunk/t/99cleanup.t ============================================================================== --- DBD-Pg/trunk/t/99cleanup.t (original) +++ DBD-Pg/trunk/t/99cleanup.t Tue Aug 4 09:47:26 2009 @@ -27,3 +27,5 @@ $dbh->disconnect() if defined $dbh and ref $dbh; shutdown_test_database(); + +unlink 'README.testdatabase';