unify these files to conform with the new files created by run-tests.php

This commit is contained in:
foobar 2002-10-02 22:31:37 +00:00
parent 4ea4f294b6
commit ac1254a59c

View File

@ -333,7 +333,7 @@ TEST $file
@unlink(ereg_replace('\.phpt$','.exp',$file));
@unlink(ereg_replace('\.phpt$','.out',$file));
// Check if test should be skipped.
// Check if test should be skipped.
if (array_key_exists('SKIPIF', $section_text)) {
if (trim($section_text['SKIPIF'])) {
save_text($tmp_skipif, $section_text['SKIPIF']);