projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a68c191
)
turn off verbose
author
Joey Hess
<joey@kitenet.net>
Wed, 9 Feb 2011 18:11:29 +0000
(14:11 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 9 Feb 2011 18:11:29 +0000
(14:11 -0400)
Want to avoid debug messages during tests
t/tag.t
patch
|
blob
|
history
diff --git
a/t/tag.t
b/t/tag.t
index 87148860444e0511630eee65689dbc2a5ef740b7..8fc4940a2b5a67a871c7d4925a5d77eaec2aba44 100755
(executable)
--- 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';