Commit 939edf94830025c319e0dda0606f60391459d211

  • avatar
  • Duke Leto <jonathan @le…o.net>
  • Wed Dec 02 04:54:16 CET 2009
[cage] Get rid of useless slurp()'ing of the test file in t/harness
t/harness
(0 / 1)
  
2929
3030 print("$filename ...");
3131
32 my $file := slurp($_);
3332 my $test_output := qx($*EXECUTABLE_NAME, $filename);
3433 my $output := pir::split("\n",$test_output);
3534 my @plan_parts := pir::split('..',$output[0]);