summaryrefslogtreecommitdiff
path: root/server-tests.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-08-30 18:44:07 +0000
committerMarcus Boerger <helly@php.net>2005-08-30 18:44:07 +0000
commit99baa01aac47d8ea22b4a0873030b3d94fcaa43f (patch)
tree37a3af14b95eb211627a4912878105448c5d8329 /server-tests.php
parent0e2491f5534b7a3de71e26f9b68502694e943512 (diff)
downloadphp-git-99baa01aac47d8ea22b4a0873030b3d94fcaa43f.tar.gz
- MFH (missing run-tests2.php rename part)
Diffstat (limited to 'server-tests.php')
-rwxr-xr-xserver-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tests.php b/server-tests.php
index 5dae09a7b1..e6a86f9708 100755
--- a/server-tests.php
+++ b/server-tests.php
@@ -420,7 +420,7 @@ class testHarness {
public $cwd;
public $xargs = array(
#arg env var value default description
- 'c' => array('' ,'file' ,NULL ,'configuration file, see run-tests-config.php for example'),
+ 'c' => array('' ,'file' ,NULL ,'configuration file, see server-tests-config.php for example'),
'd' => array('TEST_PATHS' ,'paths' ,NULL ,'colon seperate path list'),
'e' => array('TEST_PHP_ERROR_STYLE','EMACS|MSVC' ,'EMACS' ,'editor error style'),
'h' => array('' ,'' ,NULL ,'this help'),