From: Daniel Stenberg Date: Tue, 19 Jan 2010 21:20:24 +0000 (+0000) Subject: avoid "Use of uninitialized value $l in concatenation" X-Git-Tag: curl-7_20_0~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6035a4b0440c515c4401e8ec2a3210ea37106a2f;p=curl avoid "Use of uninitialized value $l in concatenation" --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 91de74b2f..8ffdf9c85 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2864,7 +2864,7 @@ sub singletest { closedir(DIR); logmsg "DEBUG: No valgrind files\n" unless(@files); my $f; - my $l; + my $l=""; foreach $f (@files) { logmsg "DEBUG: valgrind file: $f\n"; if($f =~ /^valgrind$testnum\./) {