We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d469d commit ac49e2eCopy full SHA for ac49e2e
1 file changed
t/61_diff_testsslsh.t
@@ -50,6 +50,10 @@ $baseline_csv =~ s/HTTP_headerTime.*\n//g;
50
$cat_csv =~ s/censys.io.*\n//g;
51
$baseline_csv =~ s/censys.io.*\n//g;
52
53
+# this could contain the openssl path
54
+$cat_csv =~ s/"engine_problem.*\n//g;
55
+$baseline_csv =~ s/"engine_problem.*\n//g;
56
+
57
$diff = diff \$cat_csv, \$baseline_csv;
58
59
# Compare the differences to the baseline file -- and print differences if there were detected.
0 commit comments