usage, the asterisks must be given.
If the input line starts with '>>> ', this prefix and any trailing spaces
usage, the asterisks must be given.
If the input line starts with '>>> ', this prefix and any trailing spaces
line defines the start of expected output from the server. If what is
received does not match, the client bombs out with an error message.
line defines the start of expected output from the server. If what is
received does not match, the client bombs out with an error message.
the start of one or more possible output lines from the server. When it
matches, the client silently repeats the comparison using the next server
line. When the match fails, the client silently proceeds to the next script
line with the then-current server output unconsumed.
the start of one or more possible output lines from the server. When it
matches, the client silently repeats the comparison using the next server
line. When the match fails, the client silently proceeds to the next script
line with the then-current server output unconsumed.
line is input to be sent to the server. Backslash escaping is done as
described below, but no trailing "\r\n" is sent. As the runtest's
input processing catches the '>>> ' for its string eval, you may
want to escape from this first stage processing by prefixing your
line with '\'.
line is input to be sent to the server. Backslash escaping is done as
described below, but no trailing "\r\n" is sent. As the runtest's
input processing catches the '>>> ' for its string eval, you may
want to escape from this first stage processing by prefixing your
line with '\'.