summaryrefslogtreecommitdiff
path: root/t/tag.t
diff options
context:
space:
mode:
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 = ();