mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD-SQLite: use "strict" and "use_ok"; and removing directories (irrelevant to this test) here is not a good practice
This commit is contained in:
parent
e1a9d91e5c
commit
9bdfb9c0bb
1 changed files with 3 additions and 7 deletions
10
t/00basic.t
10
t/00basic.t
|
@ -1,8 +1,4 @@
|
|||
use Test;
|
||||
use strict;
|
||||
use Test::More;
|
||||
BEGIN { plan tests => 1 }
|
||||
END { ok($loaded) }
|
||||
use DBD::SQLite;
|
||||
$loaded++;
|
||||
|
||||
unlink("foo", "output/foo", "output/database", "output/datbase");
|
||||
|
||||
BEGIN { use_ok('DBD::SQLite') }
|
||||
|
|
Loading…
Add table
Reference in a new issue