mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
avoid "Use of uninitialized value $l in concatenation"
This commit is contained in:
parent
469d3ed591
commit
6035a4b044
@ -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\./) {
|
||||
|
Loading…
Reference in New Issue
Block a user