Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
testing anon git push
[git.ikiwiki.info.git]
/
t
/
tag.t
diff --git
a/t/tag.t
b/t/tag.t
index cc0a30cadf481c6d0d9be8ad431e67d05f84790e..5bee61f529d7abdc4522ed3e7cd77e4def8af9a3 100755
(executable)
--- a/
t/tag.t
+++ b/
t/tag.t
@@
-3,7
+3,7
@@
package IkiWiki;
use warnings;
use strict;
use warnings;
use strict;
-use Test::More
tests => 24
;
+use Test::More;
BEGIN { use_ok("IkiWiki"); }
BEGIN { use_ok("IkiWiki::Render"); }
BEGIN { use_ok("IkiWiki"); }
BEGIN { use_ok("IkiWiki::Render"); }
@@
-81,8
+81,4
@@
IkiWiki::gen_autofile("tags/primes.mdwn", \%pages, \@del);
is_deeply(\%pages, {});
is_deeply(\@del, ['tags/primes.mdwn']);
is_deeply(\%pages, {});
is_deeply(\@del, ['tags/primes.mdwn']);
-
-# cleanup
-ok(! system("rm -rf t/tmp"));
-
-1;
+done_testing;