Skip to content
Snippets Groups Projects
Commit 6035a4b0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

avoid "Use of uninitialized value $l in concatenation"

parent 469d3ed5
No related branches found
No related tags found
No related merge requests found
......@@ -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\./) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment