X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4729ff0812c1f3d06d98524e2fec232d3bf90513..4ad3d3a8734319239a67bcab5dc4354b6f0d59b8:/t/conflicts.t diff --git a/t/conflicts.t b/t/conflicts.t index 2c2761efb..ef183c6b6 100755 --- a/t/conflicts.t +++ b/t/conflicts.t @@ -3,7 +3,7 @@ use warnings; use strict; use Cwd qw(getcwd); -use Test::More tests => 106; +use Test::More; my $installed = $ENV{INSTALLED_TESTS}; @@ -143,5 +143,4 @@ ok(! system("mkdir -p $srcdir/foo")); ok(! system("touch $srcdir/foo/index.html")); setupiki("rawhtml file rendered same as existing page in setup"); -# cleanup -ok(! system("rm -rf t/tmp")); +done_testing;