Changeset e9e89b4 in mod_gnutls
- Timestamp:
- Apr 11, 2018, 1:59:41 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- d60ff7b
- Parents:
- 3c123cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-26_redirect_HTTP_to_HTTPS.bash
r3c123cd re9e89b4 16 16 export TEST_HTTP_PORT 17 17 18 # "Proxy backend" functions are used to start the only instance needed 19 # here without "runtests". We have to override BACKEND_PORT to make it 20 # match what a runtests-based test would use. 21 export BACKEND_PORT="${TEST_PORT}" 22 function stop_backend 18 function stop_server 23 19 { 24 20 apache_service "${testdir}" "apache.conf" stop 25 21 } 26 22 apache_service "${testdir}" "apache.conf" start "${TEST_LOCK}" 27 trap stop_ backendEXIT23 trap stop_server EXIT 28 24 29 25 output="outputs/${TEST_NAME}.output" … … 46 42 grep "Current TLS session: (TLS" "${output}" 47 43 48 apache_service "${testdir}" "apache.conf" stop 44 stop_server 49 45 trap - EXIT
Note: See TracChangeset
for help on using the changeset viewer.