Changeset 21980

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

[t/spec] another s/system/run/

Files:
1 modified

Legend:

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

    r21471 r21980  
    3333my $command = $pugs ~ q! -e 'say $PID'! ~ qq!$redir $tempfile!; 
    3434diag $command; 
    35 system $command; 
     35run $command; 
    3636 
    3737my $child_pid = slurp $tempfile;