mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 01:58:28 +02:00
Remove engine problem line
as it may contain the openssl path
This commit is contained in:
@ -50,6 +50,10 @@ $baseline_csv =~ s/HTTP_headerTime.*\n//g;
|
||||
$cat_csv =~ s/censys.io.*\n//g;
|
||||
$baseline_csv =~ s/censys.io.*\n//g;
|
||||
|
||||
# this could contain the openssl path
|
||||
$cat_csv =~ s/"engine_problem.*\n//g;
|
||||
$baseline_csv =~ s/"engine_problem.*\n//g;
|
||||
|
||||
$diff = diff \$cat_csv, \$baseline_csv;
|
||||
|
||||
# Compare the differences to the baseline file -- and print differences if there were detected.
|
||||
|
Reference in New Issue
Block a user