Changeset 0a12ff8 in mod_gnutls
- Timestamp:
- Dec 22, 2016, 4:10:07 PM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- 10d9053
- Parents:
- 154db29
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/runtests
r154db29 r0a12ff8 208 208 # case to proceed instead of waiting for it to return. The sleep 209 209 # process is stopped after gnutls-cli terminates. 210 if (sed "s/__HOSTNAME__/${TEST_HOST}/" <${t}/input && \ 210 # 211 # The line end manipulation in sed guarantees that all header lines 212 # end with CRLF as required by RFC 7230, Section 3.1.1 regardless of 213 # the line ends in the input file. 214 if (sed -r "s/__HOSTNAME__/${TEST_HOST}/;s/\r?$/\r/" <${t}/input && \ 211 215 run_with_pidfile "${sleep_pidfile}" sleep "${TEST_QUERY_DELAY}" &) | \ 212 216 gnutls-cli -p "${TEST_PORT}" $(cat ${t}/gnutls-cli.args) "${TEST_HOST}" \
Note: See TracChangeset
for help on using the changeset viewer.