]> granicus.if.org Git - php/commitdiff
unify these files to conform with the new files created by run-tests.php
authorfoobar <sniper@php.net>
Wed, 2 Oct 2002 22:31:37 +0000 (22:31 +0000)
committerfoobar <sniper@php.net>
Wed, 2 Oct 2002 22:31:37 +0000 (22:31 +0000)
run-tests.php

index e1a220aaf145f281b4c70b27006fb67e6ea4fa32..60e95fb8e61d38020abde6af554d9f6e08d7e6f8 100755 (executable)
@@ -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']);