Changeset 1754503 in mod_gnutls for test/test-14_resume_session.bash
- Timestamp:
- Sep 28, 2018, 2:55:27 PM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- b4eef18
- Parents:
- eb4cab7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-14_resume_session.bash
reb4cab7 r1754503 6 6 output="outputs/${t#test-}.output" 7 7 echo "Checking if the session was resumed successfully..." 8 grep "This is a resumed session" "${output}" \ 9 || grep "Resume Handshake was completed" "${output}" 8 # NOTE: The "Resume Handshake was completed" message appears after the 9 # second handshake is complete, whether the session has been resumed 10 # or not. The following message is required! 11 grep "This is a resumed session" "${output}"
Note: See TracChangeset
for help on using the changeset viewer.