# File lib/specinfra/command/solaris/base/port.rb, line 3
    def check_is_listening(port, opts=nil)
      regexp = "\\.#{port} "
      "netstat -an 2> /dev/null | grep -- LISTEN | grep -- #{escape(regexp)}"
    end