Modified LFs

This commit is contained in:
Dirk Wetter
2020-01-13 23:50:14 +01:00
parent 56e6fa4bb7
commit 58498583c9
3 changed files with 11 additions and 9 deletions

View File

@ -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;