Skip to content

Commit 853da2a

Browse files
committed
term pattern seems better than the "colorized list"
1 parent 3591f70 commit 853da2a

6 files changed

Lines changed: 8 additions & 8 deletions

t/00_testssl_help.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ my $out="";
1313

1414
# Try to detect remainders from debugging:
1515
my $debug_regexp='^(\s)*set (-|\+)x';
16-
# Blacklists we use to trigger an error:
16+
# Patterns used to trigger an error:
1717
my $error_regexp1='(syntax|parse) (e|E)rror';
1818
my $error_regexp2='testssl.sh: line';
1919
my $error_regexp3='bash: warning';

t/01_testssl_banner.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Test::More;
88

99
my $tests = 0;
1010
my $fileout="";
11-
# Blacklists we use to trigger an error:
11+
# Patterns used to trigger an error:
1212
my $error_regexp1='(syntax|parse) (e|E)rror';
1313
my $error_regexp2='testssl.sh: line';
1414
my $error_regexp3='bash: warning';

t/02_clientsim_txt_parsable.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Test::More;
88

99
my $tests = 0;
1010
my $fileout="";
11-
# Blacklists we use to trigger an error:
11+
# Patterns used to trigger an error:
1212
my $error_regexp1='(syntax|parse) (e|E)rror';
1313
my $error_regexp2='client-simulation.txt:';
1414

t/11_baseline_ipv6_http.t.DISABLED

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env perl
22

3-
# disabled as IPv6 wasn't supported by Travis CI and isn't by GH action, see https://github.com/testssl/testssl.sh/issues/1177
3+
# disabled as IPv6 wasn't supported by Travis CI and isn't also supported by GH action, see https://github.com/testssl/testssl.sh/issues/1177
44

55
# Just a functional test, whether there are any problems on the client side
66
# Probably we could also inspect the JSON for any problems for
@@ -10,16 +10,16 @@
1010
use strict;
1111
use Test::More;
1212
use Data::Dumper;
13+
# if JSON wlll be needed this and the lines below need to be uncommented
1314
# use JSON;
14-
# if we need JSON we need to comment this and the lines below in
1515

1616
my $tests = 0;
1717
my $prg="./testssl.sh";
1818
my $check2run ="-p -s -P --fs -S -h -U -q --ip=one --color 0";
1919
my $uri="";
2020
my $socket_out="";
2121
my $openssl_out="";
22-
# Blacklists we use to trigger an error:
22+
# Patterns used to trigger an error:
2323
my $socket_regex_bl='(e|E)rror|\.\/testssl\.sh: line |(f|F)atal|(c|C)ommand not found';
2424
my $openssl_regex_bl='(e|E)rror|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem|(c|C)ommand not found';
2525

t/21_baseline_starttls.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ my $check2run="-q --ip=one --color 0";
2222
my $uri="";
2323
my $socket_out="";
2424
my $openssl_out="";
25-
# Blacklists we use to trigger an error:
25+
# Patterns used to trigger an error:
2626
my $socket_regex_bl='(e|E)rror|\.\/testssl\.sh: line |(f|F)atal|(c|C)ommand not found';
2727
my $openssl_regex_bl='(e|E)rror|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem|(c|C)ommand not found';
2828
my $openssl_fallback_cmd=""; # empty for Linux

t/61_diff_testsslsh.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Baseline diff test against testssl.sh (csv output)
44
#
55
# We don't use a full run yet and only the certificate section.
6-
# There we would need to blacklist more, like:
6+
# There we would need to block-list more, like:
77
# cert_serialNumber, cert_fingerprintSHA1, cert_fingerprintSHA256, cert
88
# cert_expirationStatus, cert_notBefore, cert_notAfter, cert_caIssuers, intermediate_cert
99
#

0 commit comments

Comments
 (0)