Convert t/22dump.t to done_testing()
Dagfinn Ilmari Mannsåker [Mon, 6 Jan 2014 13:46:49 +0000 (13:46 +0000)]
t/22dump.t

index cc92d9d..6e55839 100644 (file)
@@ -27,8 +27,6 @@ my $dump_path = "$tdir/dump";
     );
 }
 
-plan tests => 7;
-
 rmtree($dump_path, 1, 1);
 
 lives_ok {
@@ -66,4 +64,6 @@ lives_ok {
   ];
 } 'no death with dump_directory set (overwrite2)' or diag "Dump failed: $@";
 
+done_testing();
+
 END { rmtree($dump_path, 1, 1); }