mirror of
https://github.com/curl/curl.git
synced 2026-08-21 22:42:53 +03:00
tests/badsymbols.pl: when opening '$incdir' fails include it in the error message
This commit is contained in:
parent
e6f4ab3477
commit
e11e5b2d46
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ sub scanheader {
|
|||
}
|
||||
|
||||
|
||||
opendir(my $dh, $incdir) || die "Can't opendir: $!";
|
||||
opendir(my $dh, $incdir) || die "Can't opendir $incdir: $!";
|
||||
my @hfiles = grep { /\.h$/ } readdir($dh);
|
||||
closedir $dh;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue