diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-06 17:31:09 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-06 17:31:09 +0000 |
commit | e118cd4ca0318fb5fad90a95bef7d0a445c8f130 (patch) | |
tree | 105b48a21205f5f501bb84d166704ec9c55c9b6e | |
parent | 71593dfe57e2b364fb794b1dc993e029e16d57f7 (diff) |
warning fix
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |