From: Viktor Szakats Date: Thu, 13 Nov 2025 03:44:15 +0000 (+0100) Subject: runtests: add missing Perl semicolon X-Git-Tag: rc-8_18_0-1~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18ad59e46380e0bef7a06e2997372afc80e4d77;p=thirdparty%2Fcurl.git runtests: add missing Perl semicolon Follow-up to f477f3efc3ec58f7effc2aa01e7f4565b12be976 #19398 Closes #19507 --- diff --git a/tests/getpart.pm b/tests/getpart.pm index 2b6d2a63c4..75eb8dfe5d 100644 --- a/tests/getpart.pm +++ b/tests/getpart.pm @@ -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