aboutsummaryrefslogtreecommitdiff
path: root/t/tag.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-09 14:11:29 -0400
committerJoey Hess <joey@kitenet.net>2011-02-09 14:11:29 -0400
commit9d548239a92cb01429334b68c3967bc4dbcf0c50 (patch)
tree6968c8162569393ec426d20ac62845897f10da4b /t/tag.t
parenta68c191f9f5749a7d472523fb65e022afd13380e (diff)
downloadikiwiki-9d548239a92cb01429334b68c3967bc4dbcf0c50.tar
ikiwiki-9d548239a92cb01429334b68c3967bc4dbcf0c50.tar.gz
turn off verbose
Want to avoid debug messages during tests
Diffstat (limited to 't/tag.t')
-rwxr-xr-xt/tag.t1
1 files changed, 0 insertions, 1 deletions
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';