]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: add missing Perl semicolon
authorViktor Szakats <commit@vsz.me>
Thu, 13 Nov 2025 03:44:15 +0000 (04:44 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 13 Nov 2025 10:41:12 +0000 (11:41 +0100)
Follow-up to f477f3efc3ec58f7effc2aa01e7f4565b12be976 #19398

Closes #19507

tests/getpart.pm

index 2b6d2a63c4bd97202d007576121c7152ab0ede77..75eb8dfe5d57eccbdffb289f813449a6ae9c9153 100644 (file)
@@ -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