turn off verbose

Want to avoid debug messages during tests
master
Joey Hess 2011-02-09 14:11:29 -04:00
parent a68c191f9f
commit 9d548239a9
1 changed files with 0 additions and 1 deletions

View File

@ -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';