clean up t/tmp
parent
6e96b5921a
commit
b4d2910dda
6
t/tag.t
6
t/tag.t
|
@ -3,7 +3,7 @@ package IkiWiki;
|
|||
|
||||
use warnings;
|
||||
use strict;
|
||||
use Test::More tests => 21;
|
||||
use Test::More tests => 22;
|
||||
|
||||
BEGIN { use_ok("IkiWiki"); }
|
||||
BEGIN { use_ok("IkiWiki::Render"); }
|
||||
|
@ -79,4 +79,8 @@ IkiWiki::gen_autofile("tags/primes.mdwn", \%pages, \@del);
|
|||
is_deeply(\%pages, {});
|
||||
is_deeply(\@del, ['tags/primes.mdwn']);
|
||||
|
||||
|
||||
# cleanup
|
||||
ok(! system("rm -rf t/tmp"));
|
||||
|
||||
1;
|
||||
|
|
Loading…
Reference in New Issue