(command.CommandList
  children: [
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:test_description)
          op: assign_op.Equal
          rhs: 
            {
              (SQ 
                (Token
                  id: Id.Lit_Chars
                  val: 'test disabling of local paths in clone/fetch'
                  span_id: 6
                )
              )
            }
          spids: [4]
        )
      ]
    )
    (C {(.)} {(./test-lib.sh)})
    (C {(.)} {(DQ ($ Id.VSub_DollarName '$TEST_DIRECTORY') (/lib-proto-disable.sh))})
    (C {(test_expect_success)} {(SQ (Token id:Id.Lit_Chars val:'setup repository to clone' span_id:24))} 
      {
        (SQ (Token id:Id.Lit_Chars val:'\n' span_id:28) 
          (Token id:Id.Lit_Chars val:'\ttest_commit one\n' span_id:29)
        )
      }
    )
    (C {(test_proto)} {(DQ ('file://'))} {(file)} {(DQ ('file://') ($ Id.VSub_DollarName '$PWD'))})
    (C {(test_proto)} {(DQ (path))} {(file)} {(.)})
    (C {(test_done)})
  ]
)