diff --git a/t/00basic.t b/t/00basic.t index 4caf6a3..a29e9ca 100644 --- a/t/00basic.t +++ b/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') }