mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:07:27 +03:00
runtests: add missing Perl semicolon
Follow-up to f477f3efc3 #19398
Closes #19507
This commit is contained in:
parent
4415e865ad
commit
e18ad59e46
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ sub loadtest {
|
|||
|
||||
if(open(my $xmlh, "<", "$file")) {
|
||||
if($original) {
|
||||
binmode $xmlh, ':crlf'
|
||||
binmode $xmlh, ':crlf';
|
||||
}
|
||||
else {
|
||||
binmode $xmlh; # for crapage systems, use binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue