details-view-permissions.toml 756 B

123456789101112131415
  1. [[cmd]]
  2. name = "‘exa -lghR’ (not as the user) produces a tree view with attribute entries"
  3. shell = "exa -lghR /testcases/permissions"
  4. stdout = { file = "outputs/permissions_long_group_header.ansitxt" }
  5. stderr = { string = "/testcases/permissions/forbidden-directory: Permission denied (os error 13)" }
  6. status = 0
  7. tags = [ 'long', 'group', 'header', 'xattrs' ]
  8. [[cmd]]
  9. name = "‘exa -lghR’ (as the user) produces a tree view with attribute entries"
  10. shell = "sudo -u cassowary exa -lghR /testcases/permissions"
  11. stdout = { file = "outputs/permissions_long_group_header_sudo.ansitxt" }
  12. stderr = { string = "/testcases/permissions/forbidden-directory: Permission denied (os error 13)" }
  13. status = 0
  14. tags = [ 'long', 'group', 'header', 'xattrs', 'sudo' ]