details-view-passwd.toml 250 B

1234567
  1. [[cmd]]
  2. name = "‘exa -lgh’ produces a tree view with attribute entries"
  3. shell = "exa -lgh /testcases/passwd"
  4. stdout = { file = "outputs/passwd_long_group_header.ansitxt" }
  5. stderr = { empty = true }
  6. status = 0
  7. tags = [ 'long', 'group', 'header' ]