source:
mod_gnutls/test/test-22_TLS_reverse_proxy_crl_revoke.bash
@
10d9053
Last change on this file since 10d9053 was 725e9af, checked in by , 5 years ago | |
---|---|
|
|
File size: 430 bytes |
Rev | Line | |
---|---|---|
[907ae8f] | 1 | #!/bin/bash |
2 | ||
3 | set -e | |
[33af2b7] | 4 | : ${srcdir:="."} |
[cf4e708] | 5 | . ${srcdir}/common.bash |
6 | netns_reexec ${@} | |
[907ae8f] | 7 | |
[33af2b7] | 8 | testdir="${srcdir}/tests/22_TLS_reverse_proxy_crl_revoke" |
9 | . $(dirname ${0})/proxy_backend.bash | |
[907ae8f] | 10 | |
11 | function stop_backend | |
12 | { | |
[725e9af] | 13 | backend_apache "${testdir}" "backend.conf" stop |
[907ae8f] | 14 | } |
15 | backend_apache "${testdir}" "backend.conf" start "${BACKEND_LOCK}" | |
16 | trap stop_backend EXIT | |
17 | ||
[34e5dc7] | 18 | ${srcdir}/runtests t-22 |
[907ae8f] | 19 | |
20 | backend_apache "${testdir}" "backend.conf" stop | |
21 | trap - EXIT |
Note: See TracBrowser
for help on using the repository browser.