1
0

attributes.toml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [[cmd]]
  2. name = "‘exa -@lT’ produces a tree view with metadata and attribute entries"
  3. shell = "exa -@lT /testcases/attributes"
  4. stdout = { file = "outputs/attributes_xattrs_long_tree.ansitxt" }
  5. stderr = { empty = true }
  6. status = 0
  7. tags = [ 'xattrs', 'long', 'tree' ]
  8. [[cmd]]
  9. name = "‘exa -@T’ produces a tree view with attribute entries"
  10. shell = "exa -@T /testcases/attributes"
  11. stdout = { file = "outputs/attributes_xattrs_tree.ansitxt" }
  12. stderr = { empty = true }
  13. status = 0
  14. tags = [ 'xattrs', 'tree' ]
  15. [[cmd]]
  16. name = "‘exa -@T’ with file arguments produces a tree view with attribute entries"
  17. shell = "exa -@T /testcases/attributes/*"
  18. stdout = { file = "outputs/attributes_files_xattrs_tree.ansitxt" }
  19. stderr = { empty = true }
  20. status = 0
  21. tags = [ 'xattrs', 'tree' ]
  22. [[cmd]]
  23. name = "‘exa -@T’ produces a tree view with attribute entries of symlinks"
  24. shell = "exa -@T /testcases/links"
  25. stdout = { file = "outputs/links_xattrs_tree.ansitxt" }
  26. stderr = { empty = true }
  27. status = 0
  28. tags = [ 'xattrs', 'tree' ]
  29. # permission errors tests
  30. [[cmd]]
  31. name = "‘exa -@T’ displays an inaccessible directory with errors"
  32. shell = "exa -@T /proc/1/root"
  33. stdout = { file = "outputs/proc_1_root_xattrs.ansitxt" }
  34. stderr = { empty = true }
  35. status = 0
  36. tags = [ 'tree' ]