aboutsummaryrefslogtreecommitdiff
path: root/t/wrapper-environ.t
diff options
context:
space:
mode:
Diffstat (limited to 't/wrapper-environ.t')
-rwxr-xr-xt/wrapper-environ.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/wrapper-environ.t b/t/wrapper-environ.t
index ddf5a6e44..d6d34b9d9 100755
--- a/t/wrapper-environ.t
+++ b/t/wrapper-environ.t
@@ -22,10 +22,11 @@ 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));
}
writefile("test.setup", "t/tmp", <<EOF