aboutsummaryrefslogtreecommitdiff
path: root/t/wellformed.t
diff options
context:
space:
mode:
Diffstat (limited to 't/wellformed.t')
-rwxr-xr-xt/wellformed.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/wellformed.t b/t/wellformed.t
index f57d3ca9c..56526de8a 100755
--- a/t/wellformed.t
+++ b/t/wellformed.t
@@ -12,7 +12,7 @@ plan(skip_all => "XML::Parser not available")
use IkiWiki;
-ok(system("make >/dev/null") == 0);
+ok(system("make docwiki >/dev/null") == 0);
chdir("html") || die "chdir: $!";