Changeset 05984a0 in mod_gnutls for test/test-27_OCSP_server.bash
- Timestamp:
- Dec 26, 2019, 3:47:10 AM (13 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 0909c92
- Parents:
- 006f91a
- git-author:
- Fiona Klute <fiona.klute@…> (12/26/19 03:38:34)
- git-committer:
- Fiona Klute <fiona.klute@…> (12/26/19 03:47:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-27_OCSP_server.bash
r006f91a r05984a0 5 5 [ -n "${OCSP_PORT}" ] || exit 77 6 6 7 ${srcdir}/runtests t-27 7 log="outputs/27_OCSP_server.log" 8 ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 27 \ 9 --log-connection "${log}" 8 10 ret=${?} 9 11 10 12 echo "Checking if client actually got a stapled response." 11 if grep -P "^- Options: .*OCSP status request," outputs/27_*.output; then13 if grep -P "^- Options: .*OCSP status request," "${log}"; then 12 14 echo "OK" 13 15 else
Note: See TracChangeset
for help on using the changeset viewer.