]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/tag.t
comment: Don't show comments of subpages on parent pages. (Fixes bug introduced in...
[ikiwiki.git] / t / tag.t
diff --git a/t/tag.t b/t/tag.t
index 9f2a8f3eca7223147708a460eccd59c080579d6f..8fc4940a2b5a67a871c7d4925a5d77eaec2aba44 100755 (executable)
--- a/t/tag.t
+++ b/t/tag.t
@@ -3,7 +3,7 @@ package IkiWiki;
 
 use warnings;
 use strict;
-use Test::More tests => 23;
+use Test::More tests => 24;
 
 BEGIN { use_ok("IkiWiki"); }
 BEGIN { use_ok("IkiWiki::Render"); }
@@ -12,7 +12,6 @@ BEGIN { use_ok("IkiWiki::Plugin::tag"); }
 
 ok(! system("rm -rf t/tmp; mkdir t/tmp"));
 
-$config{verbose} = 1;
 $config{srcdir} = 't/tmp';
 $config{underlaydir} = 't/tmp';
 $config{templatedir} = 'templates';