Skip to content

Commit 17acd2a

Browse files
committed
Better phrasing
1 parent 916d607 commit 17acd2a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

t/05_ca_hashes_up_to_date.t

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
use strict;
44
use Test::More;
55

6-
printf "\n%s\n", "Testing whether CA certificates are newer their SPKI hashes \"~/etc/ca_hashes.txt\" ...";
6+
printf "\n%s\n", "Make sure CA certificate stores are older than their SPKI hashes \"~/etc/ca_hashes.txt\" ...";
77

88
my $newer_bundles=`find etc/*.pem -newer etc/ca_hashes.txt`;
9-
is($newer_bundles,"","Checking if there's an output with a *.pem file run \"~/utils/create_ca_hashes.sh\"");
9+
10+
#1
11+
is($newer_bundles,"","Checking if there's an output with a *.pem file. If so: run \"~/utils/create_ca_hashes.sh\"");
1012

1113
printf "\n";
1214
done_testing;

0 commit comments

Comments
 (0)