# File lib/specinfra/command/base/file.rb, line 3
    def check_is_file(file)
      "test -f #{escape(file)}"
    end