mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-15 11:42:07 +01:00
Modified LFs
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
use strict;
|
||||
use Test::More tests => 1;
|
||||
|
||||
|
||||
printf "\n%s\n", "Testing whether CA certificates are newer than \"~/etc/ca_hashes.txt\" ...";
|
||||
my $newer_bundles=`find etc/*.pem -newer etc/ca_hashes.txt`;
|
||||
is($newer_bundles,"","List of CA bundles newer then etc/ca_hashes.txt should be empty. If not run utils/create_ca_hashes.sh");
|
||||
done_testing;
|
||||
is($newer_bundles,"","List of CA bundles newer then etc/ca_hashes.txt should be empty. If not run utils/create_ca_hashes.sh");
|
||||
done_testing;
|
||||
|
||||
Reference in New Issue
Block a user