# File lib/specinfra/command/base/file.rb, line 19
    def check_is_block_device(file)
      "test -b #{escape(file)}"
    end