X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F98-failure.t;h=918bbf5a22a3f5df7f90b47a5cada4ead3689546;hb=450e6dbf39a2620b3b9c939e8cce3c16eec766d6;hp=0f584b1191eba46dfd4af6fba64ac9e734cf0c5b;hpb=6a3bf2519832866d037740c5fb22341dad6f8bb3;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/cdbi/98-failure.t b/t/cdbi/98-failure.t index 0f584b1..918bbf5 100644 --- a/t/cdbi/98-failure.t +++ b/t/cdbi/98-failure.t @@ -9,10 +9,8 @@ BEGIN { eval "use DBIx::Class::CDBICompat;"; if ($@) { plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required'); - next; } - eval "use DBD::SQLite"; - plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 7); + plan tests => 7; } use lib 't/cdbi/testlib';