Fixed t/13 on Leopard and a couple issues with no_plan on newer Test::More installati...
[dbsrgits/DBM-Deep.git] / t / 48_autoexport_after_delete.t
index b34e0b8..15ecaf8 100644 (file)
@@ -3,7 +3,7 @@ use 5.006;
 use strict;
 use warnings FATAL => 'all';
 
-use Test::More no_plan => 1;
+use Test::More tests => 2;
 use Test::Deep;
 
 use t::common qw( new_fh );