Changeset 21978
- Timestamp:
- 08/21/08 09:25:52 (3 months ago)
- Files:
-
- 1 modified
-
t/spec/S02-magicals/env.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S02-magicals/env.t
r21392 r21978 56 56 my $command = qq!$*EXECUTABLE_NAME -e "\%*ENV.perl.say" $redir $tempfile!; 57 57 diag $command; 58 system$command;58 run $command; 59 59 60 60 my $child_env = slurp $tempfile; … … 86 86 my $command = qq!$*EXECUTABLE_NAME -e "\%*ENV.perl.say" $redir $tempfile!; 87 87 diag $command; 88 system$command;88 run $command; 89 89 90 90 my $child_env = slurp $tempfile;
