From 9d548239a92cb01429334b68c3967bc4dbcf0c50 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Feb 2011 14:11:29 -0400 Subject: [PATCH] turn off verbose Want to avoid debug messages during tests --- t/tag.t | 1 - 1 file changed, 1 deletion(-) 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'; -- 2.26.2