fixed the initialization of run_time in test_url
git-svn-id: svn://10.0.0.236/trunk@33017 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -186,7 +186,7 @@ sub test_url {
|
||||
$| = 1; # gotta love autoflushing
|
||||
local $reaperchild;
|
||||
local $url = shift || "";
|
||||
local $run_time = 0;
|
||||
local $run_time = 'FAIL';
|
||||
|
||||
if ( $reaperchild = fork ) {
|
||||
## ok, the parent spins until apprunner
|
||||
|
||||
Reference in New Issue
Block a user