mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 07:45:27 +01:00 
			
		
		
		
	Merge pull request #1309 from drwetter/unittest_json
remove -p from json unit test
This commit is contained in:
		@@ -9,7 +9,7 @@ use JSON;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
my $tests = 0;
 | 
					my $tests = 0;
 | 
				
			||||||
my $prg="./testssl.sh";
 | 
					my $prg="./testssl.sh";
 | 
				
			||||||
my $check2run ="--ip=one -q -p --color 0";
 | 
					my $check2run ="--ip=one -q --color 0";
 | 
				
			||||||
my $uri="";
 | 
					my $uri="";
 | 
				
			||||||
my $json="";
 | 
					my $json="";
 | 
				
			||||||
my $out="";
 | 
					my $out="";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user