We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf5cf7 commit d93549eCopy full SHA for d93549e
1 file changed
t/12_diff_opensslversions.t
@@ -64,8 +64,8 @@ $cat_csvfile =~ s/.nonce-.* //g;
64
$cat_csvfile2 =~ s/.nonce-.* //g;
65
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/;
+$cat_csvfile =~ s/","google.com\/.*","443/","google.com","443/g;
+$cat_csvfile2 =~ s/","google.com\/.*","443/","google.com","443/g;
69
70
$diff = diff \$cat_csvfile, \$cat_csvfile2;
71
0 commit comments