From ac1254a59c4f780733c9a0684ccfc6f8c488b6cc Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 2 Oct 2002 22:31:37 +0000 Subject: [PATCH] unify these files to conform with the new files created by run-tests.php --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- 2.50.1