mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
DBD-SQLite: removed 99cleanup test as each test has its own cleanup block now
This commit is contained in:
parent
3330bd7468
commit
b8d35dddbd
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
use strict;
|
||||
use Test;
|
||||
BEGIN { plan tests => 2 }
|
||||
ok(-e 'foo');
|
||||
unlink('foo');
|
||||
ok(!-e 'foo');
|
||||
|
Loading…
Add table
Reference in a new issue