Changeset 13870b7 in mod_gnutls
- Timestamp:
- May 8, 2018, 1:53:22 PM (5 years ago)
- Branches:
- asyncio, debian/master, main, master, proxy-ticket
- Children:
- d036f96
- Parents:
- 2d454a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-14_resume_session.bash
r2d454a2 r13870b7 1 1 #!/bin/bash 2 set -e 2 3 ${srcdir}/runtests t-14 4 5 t="$(basename ${0} .bash)" 6 output="outputs/${t#test-}.output" 7 echo "Checking if the session was resumed successfully..." 8 grep "This is a resumed session" "${output}"
Note: See TracChangeset
for help on using the changeset viewer.