aboutsummaryrefslogtreecommitdiff
path: root/t/tag.t
diff options
context:
space:
mode:
authorLudwig Nussel <ludwig.nussel@suse.de>2011-03-04 14:50:56 +0100
committerJoey Hess <joey@kitenet.net>2011-03-04 11:23:10 -0400
commit9ef5139918dbe3f4cf0b3310c76dd31090925406 (patch)
tree92a5c5a9261d61a7b1a7ba0d81469fd6cb29c6e0 /t/tag.t
parent899b8c80a08ef4bf4ebc177045e86859fbef554f (diff)
downloadikiwiki-9ef5139918dbe3f4cf0b3310c76dd31090925406.tar
ikiwiki-9ef5139918dbe3f4cf0b3310c76dd31090925406.tar.gz
get rid of diag explain again
Diffstat (limited to 't/tag.t')
-rwxr-xr-xt/tag.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tag.t b/t/tag.t
index 8fc4940a2..cc0a30cad 100755
--- a/t/tag.t
+++ b/t/tag.t
@@ -65,8 +65,8 @@ my (%pages, @del);
IkiWiki::gen_autofile("tags/lucky.mdwn", \%pages, \@del);
ok(! -s "t/tmp/tags/lucky.mdwn");
ok(-s "t/tmp/.ikiwiki/transient/tags/lucky.mdwn");
-is_deeply(\%pages, {"t/tmp/tags/lucky" => 1}) || diag explain \%pages;
-is_deeply(\@del, []) || diag explain \@del;
+is_deeply(\%pages, {"t/tmp/tags/lucky" => 1});
+is_deeply(\@del, []);
# generating an autofile that already exists does nothing
%pages = @del = ();