# File lib/specinfra/command/openbsd/base/fstab.rb, line 3
    def check_has_entry(mount_point)
      %Q(awk '{if($2=="#{escape(mount_point)}")print}' /etc/fstab | grep -v '^[[:space:]]*#')
    end