mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 10:08:29 +02:00
@ -37,8 +37,6 @@ printf "\n%s\n", "Diff unit test IPv4 against \"$uri\"";
|
||||
`$prg $check2run $uri 2>&1`;
|
||||
|
||||
|
||||
$diff = diff $socket_csv, $master_socket_csv;
|
||||
|
||||
$socket_csv=`cat tmp.csv`;
|
||||
$master_socket_csv=`cat $master_socket_csv`;
|
||||
|
||||
@ -54,6 +52,7 @@ $master_socket_csv=~ s/censys.io.*\n//g;
|
||||
$socket_csv=~ s/HTTP_headerTime.*\n//g;
|
||||
$master_socket_csv=~ s/HTTP_headerTime.*\n//g;
|
||||
|
||||
$diff = diff $socket_csv, $master_socket_csv;
|
||||
|
||||
# Compare the differences to the master file -- and print differences if there were detected.
|
||||
#
|
||||
|
Reference in New Issue
Block a user