# File lib/specinfra/command/base/file.rb, line 23
    def check_is_character_device(file)
      "test -c #{escape(file)}"
    end