mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Better phrasing
This commit is contained in:
		| @@ -3,10 +3,12 @@ | |||||||
| use strict; | use strict; | ||||||
| use Test::More; | use Test::More; | ||||||
|  |  | ||||||
| printf "\n%s\n", "Testing whether CA certificates are newer their SPKI hashes \"~/etc/ca_hashes.txt\" ..."; | printf "\n%s\n", "Make sure CA certificate stores are older than their SPKI hashes \"~/etc/ca_hashes.txt\" ..."; | ||||||
|  |  | ||||||
| my $newer_bundles=`find etc/*.pem -newer etc/ca_hashes.txt`; | my $newer_bundles=`find etc/*.pem -newer etc/ca_hashes.txt`; | ||||||
| is($newer_bundles,"","Checking if there's an output with a *.pem file run \"~/utils/create_ca_hashes.sh\""); |  | ||||||
|  | #1 | ||||||
|  | is($newer_bundles,"","Checking if there's an output with a *.pem file. If so: run \"~/utils/create_ca_hashes.sh\""); | ||||||
|  |  | ||||||
| printf "\n"; | printf "\n"; | ||||||
| done_testing; | done_testing; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter