aboutsummaryrefslogtreecommitdiff
path: root/t/conflicts.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conflicts.t')
-rwxr-xr-xt/conflicts.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/conflicts.t b/t/conflicts.t
index d7e04d3ae..fae0e84c9 100755
--- a/t/conflicts.t
+++ b/t/conflicts.t
@@ -12,7 +12,7 @@ ok(! system("make -s ikiwiki.out"));
# runs ikiwiki to build test site
sub runiki {
my $testdesc=shift;
- ok((! system("perl -I. ./ikiwiki.out -plugin txt -plugin rawhtml -underlaydir=underlays/basewiki -set underlaydirbase=underlays -templatedir=templates $srcdir $destdir @_")),
+ ok((! system("perl -I. ./ikiwiki.out --plugin txt --plugin rawhtml --underlaydir=underlays/basewiki --set underlaydirbase=underlays --templatedir=templates $srcdir $destdir @_")),
$testdesc);
}
sub refreshiki {