(command.CommandList
  children: [
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:test_description)
          op: assign_op.Equal
          rhs: {(SQ <'test disabling of git-over-ssh in clone/fetch'>)}
          spids: [4]
        )
      ]
    )
    (C {<.>} {<'./test-lib.sh'>})
    (C {<.>} {(DQ ($ Id.VSub_DollarName '$TEST_DIRECTORY') <'/lib-proto-disable.sh'>)})
    (C {<setup_ssh_wrapper>})
    (C {<test_expect_success>} {(SQ <'setup repository to clone'>)} 
      {
        (SQ <'\n'> <'\ttest_commit one &&\n'> <'\tmkdir remote &&\n'> 
          <'\tgit init --bare remote/repo.git &&\n'> <'\tgit push remote/repo.git HEAD\n'>
        )
      }
    )
    (C {<test_proto>} {(DQ <'host:path'>)} {<ssh>} {(DQ <'remote:repo.git'>)})
    (C {<test_proto>} {(DQ <'ssh://'>)} {<ssh>} 
      {(DQ <'ssh://remote'> ($ Id.VSub_DollarName '$PWD') <'/remote/repo.git'>)}
    )
    (C {<test_proto>} {(DQ <'git+ssh://'>)} {<ssh>} 
      {(DQ <'git+ssh://remote'> ($ Id.VSub_DollarName '$PWD') <'/remote/repo.git'>)}
    )
    (C {<test_done>})
  ]
)