mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Output adjustments closer to a more common format
This commit is contained in:
		| @@ -14,12 +14,13 @@ my $error_regexp2='client-simulation.txt:'; | ||||
|  | ||||
| printf "\n%s\n", "Testing whether \"~/etc/client-simulation.txt\" isn't broken ..."; | ||||
| $fileout = `bash ./etc/client-simulation.txt 2>&1`; | ||||
| unlike($fileout, qr/$error_regexp1/, ""); | ||||
| unlike($fileout, qr/$error_regexp1/, "regex 1"); | ||||
| $tests++; | ||||
|  | ||||
| unlike($fileout, qr/$error_regexp2/, ""); | ||||
| unlike($fileout, qr/$error_regexp2/, "regex 2"); | ||||
| $tests++; | ||||
|  | ||||
| printf "\n"; | ||||
| done_testing($tests); | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter