Commit 4908ac9f authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Retire err_shell where it was recently introduced

Not part of a release, so not using a deprecation message.
parent c132ce24
......@@ -546,10 +546,6 @@ cmd_shell(CMD_ARGS)
* err_shell expect the shell command to fail AND stdout to match the string,
* failing the test case otherwise.
*/
/* SECTION: client-server.spec.shell err_shell
*
* Same as for the top-level err_shell.
*/
void
cmd_err_shell(CMD_ARGS)
......
......@@ -1799,9 +1799,9 @@ cmd_http_stream(CMD_ARGS)
*
* write_body STRING
* Write the body of a request or a response to a file. By using the
* shell or err_shell commands, higher-level checks on the body can
* be performed (eg. XML, JSON, ...) provided that such checks can be
* delegated to an external program.
* shell command, higher-level checks on the body can be performed
* (eg. XML, JSON, ...) provided that such checks can be delegated
* to an external program.
*/
static void
cmd_http_write_body(CMD_ARGS)
......@@ -1878,7 +1878,6 @@ static const struct cmds http_cmds[] = {
/* general purpose */
CMD(barrier)
CMD(delay)
CMD(err_shell)
CMD(shell)
#undef CMD_HTTP
#undef CMD
......
......@@ -2528,9 +2528,8 @@ static const struct cmds stream_cmds[] = {
/* general purpose */
CMD(barrier)
CMD(delay)
CMD(err_shell)
CMD(shell)
{ NULL, NULL }
{ NULL, NULL }
#undef CMD_STREAM
#undef CMD
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment