X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F50-external.t;h=0d973e97a8ce2350d04bd2b40886ff655a734f9d;hp=2b318297eb101b66df6fe530955cd1a647801b37;hb=da77956a4d2f4fbfc4d6c4c2ed78063e5654ac5b;hpb=8d8c6ddfef6ed36a57d53e1009eb4b5231bc4206 diff --git a/t/50-external.t b/t/50-external.t index 2b31829..0d973e9 100644 --- a/t/50-external.t +++ b/t/50-external.t @@ -12,7 +12,8 @@ sub run_perl { my $SystemRoot = $ENV{SystemRoot}; local %ENV; - $ENV{SystemRoot} = $SystemRoot if $^O eq 'MSWin32' and defined $SystemRoot; + $ENV{SystemRoot} = $SystemRoot if defined $SystemRoot + and ($^O eq 'MSWin32' or $^O eq 'cygwin'); system { $^X } $^X, '-T', map("-I$_", @INC), '-e', $code; }