# File lib/net/ssh/test/channel.rb, line 66
    def sends_exec(command, reply=true, success=true)
      script.sends_channel_request(self, "exec", reply, command, success)
    end