diff options
Diffstat (limited to 't/op/closure.t')
-rwxr-xr-x | t/op/closure.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/closure.t b/t/op/closure.t index 5f3245fbc9..633428607e 100755 --- a/t/op/closure.t +++ b/t/op/closure.t @@ -465,6 +465,7 @@ END open CMD, ">$cmdfile"; print CMD $code; close CMD; my $cmd = (($^O eq 'VMS') ? "MCR $^X" : ($^O eq 'MSWin32') ? '.\perl' + : ($^O eq 'MacOS') ? $^X : './perl'); $cmd .= " -w $cmdfile 2>$errfile"; if ($^O eq 'VMS' or $^O eq 'MSWin32') { |