From 0683f4b25fcbca0a832aff5c7d4d57258d27efee Mon Sep 17 00:00:00 2001 From: "phillip%netscape.com" Date: Thu, 27 May 1999 22:27:14 +0000 Subject: [PATCH] fixed the initialization of run_time in test_url git-svn-id: svn://10.0.0.236/trunk@33017 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/tests/unix/SmokeTestLinux-1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/tools/tests/unix/SmokeTestLinux-1.pl b/mozilla/tools/tests/unix/SmokeTestLinux-1.pl index 9bb8f2e50a3..5edb3a038a9 100644 --- a/mozilla/tools/tests/unix/SmokeTestLinux-1.pl +++ b/mozilla/tools/tests/unix/SmokeTestLinux-1.pl @@ -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