runtests: add missing Perl semicolon

Follow-up to f477f3efc3 #19398

Closes #19507
This commit is contained in:
Viktor Szakats 2025-11-13 04:44:15 +01:00
parent 4415e865ad
commit e18ad59e46
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View 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