From: Joey Hess Date: Wed, 9 Feb 2011 18:11:29 +0000 (-0400) Subject: turn off verbose X-Git-Tag: 3.20110225~76 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/9d548239a92cb01429334b68c3967bc4dbcf0c50?ds=inline;hp=a68c191f9f5749a7d472523fb65e022afd13380e turn off verbose Want to avoid debug messages during tests --- diff --git a/t/tag.t b/t/tag.t index 871488604..8fc4940a2 100755 --- a/t/tag.t +++ b/t/tag.t @@ -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';