Skip to content

Commit d93549e

Browse files
committed
fix match expr
1 parent cdf5cf7 commit d93549e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

t/12_diff_opensslversions.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ $cat_csvfile =~ s/.nonce-.* //g;
6464
$cat_csvfile2 =~ s/.nonce-.* //g;
6565

6666
# 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/;
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)