Patch run-tests.patch for Unknown/Other Function Bug #55080
Patch version 2011-06-30 05:58 UTC 
Return to Bug #55080 |
Download this patch 
Patch Revisions:
Developer: fedora@famillecollet.com
--- run-tests.php.orig	2011-06-25 17:58:54.297118436 +0200
+++ run-tests.php	2011-06-25 18:16:48.153119294 +0200
@@ -486,7 +486,7 @@
 		$argv = array(__FILE__);
 	}
 
-	$argv = array_merge($argv, split(' ', getenv('TEST_PHP_ARGS')));
+	$argv = array_merge($argv, explode(' ', getenv('TEST_PHP_ARGS')));
 	$argc = count($argv);
 }
 
         |