Skip to content

Commit ac49e2e

Browse files
committed
Remove engine problem line
as it may contain the openssl path
1 parent a9d469d commit ac49e2e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

t/61_diff_testsslsh.t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ $baseline_csv =~ s/HTTP_headerTime.*\n//g;
5050
$cat_csv =~ s/censys.io.*\n//g;
5151
$baseline_csv =~ s/censys.io.*\n//g;
5252

53+
# this could contain the openssl path
54+
$cat_csv =~ s/"engine_problem.*\n//g;
55+
$baseline_csv =~ s/"engine_problem.*\n//g;
56+
5357
$diff = diff \$cat_csv, \$baseline_csv;
5458

5559
# Compare the differences to the baseline file -- and print differences if there were detected.

0 commit comments

Comments
 (0)