From e118cd4ca0318fb5fad90a95bef7d0a445c8f130 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 6 Feb 2010 17:31:09 +0000 Subject: [PATCH] warning fix --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 227e66d8a..7d10ef4fc 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -543,7 +543,7 @@ sub torture { logmsg "*** Alloc number $limit is now set to fail ***\n" if($gdbthis); - my $ret; + my $ret = 0; if($gdbthis) { runclient($gdbline) }