test cleanup
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 24 Nov 2004 10:24:07 +0000 (10:24 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 24 Nov 2004 10:24:07 +0000 (10:24 +0000)
git-svn-id: svn://svn.rot13.org/fuse_dbi/trunk@48 17f4e80c-d0e0-0310-8903-bfc3ae804c12

t/02sqlite.t

index 4f0d593..55d74f8 100755 (executable)
@@ -9,7 +9,7 @@ use blib;
 
 eval "use DBD::SQLite";
 plan skip_all => "DBD::SQLite required for testing" if $@;
-plan tests => 36;
+plan tests => 37;
 
 use_ok('DBI');
 use_ok('Fuse::DBI');
@@ -115,3 +115,4 @@ ok($mnt->umount,"umount");
 
 ok(unlink $test_db,"rm $test_db");
 
+ok(!-e $test_db,"cleanup");