# File lib/specinfra/command/solaris/base/group.rb, line 3
    def check_has_gid(group, gid)
      regexp = "^#{group}:"
      "getent group | grep -- #{escape(regexp)} | cut -f 3 -d ':' | grep -w -- #{escape(gid)}"
    end