Changeset 21978

Show
Ignore:
Timestamp:
08/21/08 09:25:52 (3 months ago)
Author:
moritz
Message:

[t/spec] system() is called run() now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S02-magicals/env.t

    r21392 r21978  
    5656my $command = qq!$*EXECUTABLE_NAME -e "\%*ENV.perl.say" $redir $tempfile!; 
    5757diag $command; 
    58 system $command; 
     58run $command; 
    5959 
    6060my $child_env = slurp $tempfile; 
     
    8686my $command = qq!$*EXECUTABLE_NAME -e "\%*ENV.perl.say" $redir $tempfile!; 
    8787diag $command; 
    88 system $command; 
     88run $command; 
    8989 
    9090my $child_env = slurp $tempfile;