From: foobar Date: Wed, 2 Oct 2002 22:31:37 +0000 (+0000) Subject: unify these files to conform with the new files created by run-tests.php X-Git-Tag: php-4.3.0pre1~301 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac1254a59c4f780733c9a0684ccfc6f8c488b6cc;p=php unify these files to conform with the new files created by run-tests.php --- diff --git a/run-tests.php b/run-tests.php index e1a220aaf1..60e95fb8e6 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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']);