- Timestamp:
- Feb 11, 2016, 3:22:15 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 5aae10e
- Parents:
- a038290
- git-author:
- Thomas Klute <thomas2.klute@…> (02/11/16 15:10:10)
- git-committer:
- Thomas Klute <thomas2.klute@…> (02/11/16 15:22:15)
- Location:
- test
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
ra038290 r7c0ccaf 29 29 test-24_pkcs11_cert.bash \ 30 30 test-25_Disable_TLS_1.0.bash \ 31 test-26_ HTTPS_server_var.bash31 test-26_redirect_HTTP_to_HTTPS.bash 32 32 33 33 TESTS = $(dist_check_SCRIPTS) -
test/test-26_redirect_HTTP_to_HTTPS.bash
ra038290 r7c0ccaf 9 9 netns_reexec ${@} 10 10 11 testdir="${srcdir}/tests/26_ HTTPS_server_var"11 testdir="${srcdir}/tests/26_redirect_HTTP_to_HTTPS" 12 12 TEST_NAME="$(basename ${testdir})" 13 13 . $(dirname ${0})/proxy_backend.bash -
test/tests/Makefile.am
ra038290 r7c0ccaf 26 26 24_pkcs11_cert/apache.conf 24_pkcs11_cert/gnutls-cli.args 24_pkcs11_cert/input 24_pkcs11_cert/output \ 27 27 25_Disable_TLS_1.0/apache.conf 25_Disable_TLS_1.0/fail.client 25_Disable_TLS_1.0/gnutls-cli.args 25_Disable_TLS_1.0/input \ 28 26_ HTTPS_server_var/apache.conf28 26_redirect_HTTP_to_HTTPS/apache.conf
Note: See TracChangeset
for help on using the changeset viewer.