diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-09 14:11:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-09 14:11:29 -0400 |
commit | 9d548239a92cb01429334b68c3967bc4dbcf0c50 (patch) | |
tree | 6968c8162569393ec426d20ac62845897f10da4b /t | |
parent | a68c191f9f5749a7d472523fb65e022afd13380e (diff) | |
download | ikiwiki-9d548239a92cb01429334b68c3967bc4dbcf0c50.tar ikiwiki-9d548239a92cb01429334b68c3967bc4dbcf0c50.tar.gz |
turn off verbose
Want to avoid debug messages during tests
Diffstat (limited to 't')
-rwxr-xr-x | t/tag.t | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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'; |