# File lib/specinfra/command/openbsd/base/file.rb, line 30
    def check_is_mounted(path)
      regexp = "on #{path} "
      "mount | grep #{escape(regexp)}"
    end