File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33[ ! -x ./examples/client/client ] && printf ' \n\n%s\n' " Client doesn't exist" \
44 && exit 1
55
6- if ! ./examples/client/client | grep " Client not compiled in!" ; then
6+ if ./examples/client/client - ? | grep " Client not compiled in!" ; then
77 echo ' skipping crl-revoked.test because client not compiled in.' 1>&2
88 exit 77
99fi
Original file line number Diff line number Diff line change 99[ ! -x ./examples/server/server ] && printf ' \n\n%s\n' " Server doesn't exist" \
1010 && exit 0
1111
12- if ! ./examples/client/client | grep " Client not compiled in!" ; then
13- echo ' skipping crl-revoked .test because client not compiled in.' 1>&2
12+ if ./examples/client/client - ? | grep " Client not compiled in!" ; then
13+ echo ' skipping dtlscid .test because client not compiled in.' 1>&2
1414 exit 77
1515fi
1616
17- if ! ./examples/server/server | grep " Server not compiled in!" ; then
18- echo ' skipping crl-revoked .test because server not compiled in.' 1>&2
17+ if ./examples/server/server - ? | grep " Server not compiled in!" ; then
18+ echo ' skipping dtlscid .test because server not compiled in.' 1>&2
1919 exit 77
2020fi
2121
Original file line number Diff line number Diff line change 2929[ ! -x ./examples/server/server ] && printf ' \n\n%s\n' " Server doesn't exist" \
3030 && exit 1
3131
32- if ! ./examples/client/client | grep " Client not compiled in!" ; then
33- echo ' skipping crl-revoked .test because client not compiled in.' 1>&2
32+ if ./examples/client/client - ? | grep " Client not compiled in!" ; then
33+ echo ' skipping ocsp-stapling-with-ca-as-responder .test because client not compiled in.' 1>&2
3434 exit 77
3535fi
3636
37- if ! ./examples/server/server | grep " Server not compiled in!" ; then
38- echo ' skipping crl-revoked .test because server not compiled in.' 1>&2
37+ if ./examples/server/server - ? | grep " Server not compiled in!" ; then
38+ echo ' skipping ocsp-stapling-with-ca-as-responder .test because server not compiled in.' 1>&2
3939 exit 77
4040fi
4141
Original file line number Diff line number Diff line change 2323[ ! -x ./examples/server/server ] && printf ' \n\n%s\n' " Server doesn't exist" \
2424 && exit 1
2525
26- if ! ./examples/client/client | grep " Client not compiled in!" ; then
27- echo ' skipping crl-revoked .test because client not compiled in.' 1>&2
26+ if ./examples/client/client - ? | grep " Client not compiled in!" ; then
27+ echo ' skipping ocsp-stapling .test because client not compiled in.' 1>&2
2828 exit 77
2929fi
3030
31- if ! ./examples/server/server | grep " Server not compiled in!" ; then
32- echo ' skipping crl-revoked .test because server not compiled in.' 1>&2
31+ if ./examples/server/server - ? | grep " Server not compiled in!" ; then
32+ echo ' skipping ocsp-stapling .test because server not compiled in.' 1>&2
3333 exit 77
3434fi
3535
Original file line number Diff line number Diff line change 3030[ ! -x ./examples/server/server ] && printf ' \n\n%s\n' " Server doesn't exist" \
3131 && exit 1
3232
33- if ! ./examples/client/client | grep " Client not compiled in!" ; then
34- echo ' skipping crl-revoked .test because client not compiled in.' 1>&2
33+ if ./examples/client/client - ? | grep " Client not compiled in!" ; then
34+ echo ' skipping ocsp-stapling2 .test because client not compiled in.' 1>&2
3535 exit 77
3636fi
3737
38- if ! ./examples/server/server | grep " Server not compiled in!" ; then
39- echo ' skipping crl-revoked .test because server not compiled in.' 1>&2
38+ if ./examples/server/server - ? | grep " Server not compiled in!" ; then
39+ echo ' skipping ocsp-stapling2 .test because server not compiled in.' 1>&2
4040 exit 77
4141fi
4242
Original file line number Diff line number Diff line change 3030[ ! -x ./examples/server/server ] && printf ' \n\n%s\n' " Server doesn't exist" \
3131 && exit 1
3232
33- if ! ./examples/client/client | grep " Client not compiled in!" ; then
34- echo ' skipping crl-revoked .test because client not compiled in.' 1>&2
33+ if ./examples/client/client - ? | grep " Client not compiled in!" ; then
34+ echo ' skipping ocsp-stapling_tls13multi .test because client not compiled in.' 1>&2
3535 exit 77
3636fi
3737
38- if ! ./examples/server/server | grep " Server not compiled in!" ; then
39- echo ' skipping crl-revoked .test because server not compiled in.' 1>&2
38+ if ./examples/server/server - ? | grep " Server not compiled in!" ; then
39+ echo ' skipping ocsp-stapling_tls13multi .test because server not compiled in.' 1>&2
4040 exit 77
4141fi
4242
Original file line number Diff line number Diff line change 55[ ! -x ./examples/client/client ] && printf ' \n\n%s\n' " Client doesn't exist" \
66 && exit 1
77
8- if ! ./examples/client/client | grep " Client not compiled in!" ; then
8+ if ./examples/client/client - ? | grep " Client not compiled in!" ; then
99 echo ' skipping pkcallbacks.test because client not compiled in.' 1>&2
1010 exit 77
1111fi
You can’t perform that action at this time.
0 commit comments