(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 remote-helper 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 {(setup_ext_wrapper)})
    (C {(test_expect_success)} {(SQ (Token id:Id.Lit_Chars val:'setup repository to clone' span_id:27))} 
      {
        (SQ (Token id:Id.Lit_Chars val:'\n' span_id:31) 
          (Token id:Id.Lit_Chars val:'\ttest_commit one &&\n' span_id:32) (Token id:Id.Lit_Chars val:'\tmkdir remote &&\n' span_id:33) 
          (Token id:Id.Lit_Chars val:'\tgit init --bare remote/repo.git &&\n' span_id:34) (Token id:Id.Lit_Chars val:'\tgit push remote/repo.git HEAD\n' span_id:35)
        )
      }
    )
    (C {(test_proto)} {(DQ (remote-helper))} {(ext)} {(DQ ('ext::fake-remote %S repo.git'))})
    (C {(test_done)})
  ]
)