projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d6ee2aa
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/22dump.t
b/t/22dump.t
index
cc92d9d
..
6e55839
100644
(file)
--- a/
t/22dump.t
+++ b/
t/22dump.t
@@
-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); }