source: mod_gnutls/test/test-19_TLS_reverse_proxy.bash @ 725e9af

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change on this file since 725e9af was 725e9af, checked in by Thomas Klute <thomas2.klute@…>, 7 years ago

Proxy tests: Fix typo in directory path in exit hook

  • Property mode set to 100755
File size: 419 bytes
Line 
1#!/bin/bash
2
3set -e
4: ${srcdir:="."}
5. ${srcdir}/common.bash
6netns_reexec ${@}
7
8testdir="${srcdir}/tests/19_TLS_reverse_proxy"
9. $(dirname ${0})/proxy_backend.bash
10
11function stop_backend
12{
13    backend_apache "${testdir}" "backend.conf" stop
14}
15backend_apache "${testdir}" "backend.conf" start "${BACKEND_LOCK}"
16trap stop_backend EXIT
17
18${srcdir}/runtests t-19
19
20backend_apache "${testdir}" "backend.conf" stop
21trap - EXIT
Note: See TracBrowser for help on using the repository browser.