Skip to content

Commit e41b488

Browse files
committed
Merge branch 'fix_ci_runs' into dependabot/github_actions/docker/build-push-action-6.13.0
2 parents e17bbfd + d93549e commit e41b488

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

t/12_diff_opensslversions.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ $cat_csvfile =~ s/ECDH\/MLKEM/ECDH 253 /g;
6363
$cat_csvfile =~ s/.nonce-.* //g;
6464
$cat_csvfile2 =~ s/.nonce-.* //g;
6565

66-
+# Fix IP addresses. needed when we don't hit the same IP address. We just remove them
67-
$cat_csvfile =~ s/","google.com\/.*","443/","google.com","443/;
68-
$cat_csvfile2 =~ s/","google.com\/.*","443/","google.com","443/;
66+
# Fix IP addresses. Needed when we don't hit the same IP address. We just remove them
67+
$cat_csvfile =~ s/","google.com\/.*","443/","google.com","443/g;
68+
$cat_csvfile2 =~ s/","google.com\/.*","443/","google.com","443/g;
6969

7070
$diff = diff \$cat_csvfile, \$cat_csvfile2;
7171

0 commit comments

Comments
 (0)