# File lib/specinfra/command/base/file.rb, line 11
    def check_is_pipe(file)
      "test -p #{escape(file)}"
    end