X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/5f6f9a1beab327be2728d44c1996408176f6800e..1914216538e21f0ea1924c76763ae9dd131e8ab7:/t/wrapper-environ.t diff --git a/t/wrapper-environ.t b/t/wrapper-environ.t index ddf5a6e44..6254816fa 100755 --- a/t/wrapper-environ.t +++ b/t/wrapper-environ.t @@ -22,12 +22,15 @@ if ($installed) { } else { ok(! system("make -s ikiwiki.out")); - @command = qw(env PERL5LIB=t/tmp:blib/lib:blib/arch perl -I. ./ikiwiki.out + @command = (qw(env PERL5LIB=t/tmp:blib/lib:blib/arch perl), + "-I".getcwd, qw(./ikiwiki.out --underlaydir=underlays/basewiki --set underlaydirbase=underlays - --templatedir=templates); + --templatedir=templates)); } +ok(! system("rm -rf t/tmp")); + writefile("test.setup", "t/tmp", <