Browse Source

Don't know what this line was supposed to DO!?!?

experimental/new_apache_hooks
Sander Roobol 24 years ago
parent
commit
ef9014d95d
  1. 2
      run-tests.php

2
run-tests.php

@ -388,7 +388,7 @@ COMMAND $cmd
// Does the output match what is expected?
$output = trim(preg_replace('/^(..+\n)+\n/','',$out));
$output = trim($out);
$wanted = trim($section_text['EXPECT']);
$output = preg_replace('/\r\n/',"\n",$output);

Loading…
Cancel
Save