Changeset b28158c in mod_gnutls for test/test-20_TLS_reverse_proxy_client_auth.bash
- Timestamp:
- Oct 11, 2017, 2:25:39 AM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 1872744
- Parents:
- c9e4709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-20_TLS_reverse_proxy_client_auth.bash
rc9e4709 rb28158c 1 1 #!/bin/bash 2 3 set -e4 : ${srcdir:="."}5 . ${srcdir}/common.bash6 netns_reexec ${@}7 8 testdir="${srcdir}/tests/20_TLS_reverse_proxy_client_auth"9 . $(dirname ${0})/proxy_backend.bash10 11 function stop_backend12 {13 backend_apache "${testdir}" "backend.conf" stop14 }15 backend_apache "${testdir}" "backend.conf" start "${BACKEND_LOCK}"16 trap stop_backend EXIT17 18 2 ${srcdir}/runtests t-20 19 20 backend_apache "${testdir}" "backend.conf" stop21 trap - EXIT
Note: See TracChangeset
for help on using the changeset viewer.