1
0
Fork 0
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:
Kenichi Ishigaki 2009-04-02 10:23:51 +00:00
parent e1a9d91e5c
commit 9bdfb9c0bb

View file

@ -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') }