Changeset 22001

Show
Ignore:
Timestamp:
08/21/08 20:51:04 (3 months ago)
Author:
moritz
Message:

[t/oo] more s/system/run/ and try{...} fixes

Location:
t/oo
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • t/oo/class_inclusion_with_inherited_class.t

    r21719 r22001  
    3535} 
    3636 
    37 is try{ C.new.s }, 6, "Test class include another class which inherited from same role"; 
     37is try { C.new.s }, 6, "Test class include another class which inherited from same role"; 
    3838 
  • t/oo/global_destruction.t

    r21722 r22001  
    4949  my $command = "$pugs $c $redir $tempfile"; 
    5050  diag $command; 
    51   system $command; 
     51  run $command; 
    5252  my $res = slurp $tempfile; 
    5353  unlink $tempfile;