This check is no longer needed (Andrei)

This commit is contained in:
Marcus Boerger 2003-10-02 18:11:10 +00:00
parent d0422ea0bc
commit 3cb67f1719

View File

@ -209,11 +209,6 @@ $test_files = array();
$test_results = array();
$PHP_FAILED_TESTS = array();
if (!ini_get('register_globals')) {
$argc = $_SERVER['argc'];
$argv = $_SERVER['argv'];
}
// If parameters given assume they represent selected tests to run.
$failed_tests_file= false;
if (isset($argc) && $argc > 1) {